Teamcenter C++ API Reference  2312
Mfg0BvrFolder.hxx
Go to the documentation of this file.
1 //Copyright 2022 Siemens Digital Industries Software
2 //==================================================
3 //Copyright $2023.
4 //Siemens Product Lifecycle Management Software Inc.
5 //All Rights Reserved.
6 //==================================================
7 //Copyright 2022 Siemens Digital Industries Software
8 
9 /*==================================================================================================
10 File description:
11  This file contains the declaration for the Business Object, Mfg0BvrFolder
12  Filename: Mfg0BvrFolder.hxx
13  Module: mfgbvr
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__MFG0BVRFOLDER__HXX
18 #define TEAMCENTER__MFG0BVRFOLDER__HXX
19 
20 #include <vector>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
23 #include <me/ImanItemBOPLine.hxx>
24 
25 #include <mfgbvr/libmfgbvr_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Mfg0BvrFolder;
30 }
31 namespace Teamcenter
32 {
33  class Mfg0BvrFolderImpl;
34 }
35 namespace Teamcenter
36 {
37  class Mfg0BvrFolderDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Mfg0BvrFolderDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Mfg0BvrFolderGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class MFGBVR_API Teamcenter::Mfg0BvrFolder
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getMfg0content( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
72 
80  int getMfg0Parent( tag_t &value, bool &isNull ) const;
81 
89  int getMfg0subFolders( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
90 protected:
91  // Method to initialize
92  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
93 
97  Mfg0BvrFolder();
98 
102  virtual ~Mfg0BvrFolder();
103 
104 private:
105  // Getter method for the Implementation Object
106  Mfg0BvrFolderImpl* getMfg0BvrFolderImpl() const;
107  // Setter method for the Implementation Object
108  ::Teamcenter::RootObjectImpl* setMfg0BvrFolderImpl( ::Teamcenter::RootObjectImpl* impl );
109 
110  // Method to set the delete impl boolean
111  void setDeleteImpl( bool del );
112 
113  // Pointer to the Implementation object
114  Mfg0BvrFolderImpl* m_mfg0bvrfolderImpl;
115 
116  // Flag to indicate if Implementation object needs to be deleted
118 
122  static std::string name;
123 
128  Mfg0BvrFolder( const Mfg0BvrFolder& );
130 
131  friend class Mfg0BvrFolderDelegate;
132  friend class Mfg0BvrFolderGenImpl;
133 };
134 
135 #include <mfgbvr/libmfgbvr_undef.h>
136 #endif // TEAMCENTER__MFG0BVRFOLDER__HXX