Teamcenter C++ API Reference  2312
Bom0AbstractPartExt.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, Bom0AbstractPart
12  Filename: Bom0AbstractPartExt.hxx
13  Module: Fgb0aw4gbom
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FGB0AW4GBOM__BOM0ABSTRACTPART__HXX
18 #define TEAMCENTER__FGB0AW4GBOM__BOM0ABSTRACTPART__HXX
19 
20 #include <common/tc_deprecation_macros.h>
24 
25 #include <Fgb0aw4gbom/libfgb0aw4gbom_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace Fgb0aw4gbom
30  {
31  class Bom0AbstractPart;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace Fgb0aw4gbom
37  {
38  class Bom0AbstractPartImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace Fgb0aw4gbom
44  {
45  class Bom0AbstractPartDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace Fgb0aw4gbom
51  {
52  class Bom0AbstractPartDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace Fgb0aw4gbom
58  {
59  class Bom0AbstractPartGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class FGB0AW4GBOM_API Teamcenter::Fgb0aw4gbom::Bom0AbstractPart
69 {
70 public:
71 
75  Bom0AbstractPart( tag_t objTag );
80  static ::Teamcenter::BusinessObjectExtenderRegistry< Teamcenter::Fgb0aw4gbom::Bom0AbstractPart >& extenderRegistry();
81 
86  static const std::string& getExtenderInterfaceName();
87 
88 
96  int getFgb0HasStructure( bool &value, bool &isNull ) const;
97 protected:
98  // Method to initialize
99  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
100 
101 
105  virtual ~Bom0AbstractPart();
106 
107 private:
108  // Getter method for the Implementation Object
109  Bom0AbstractPartImpl* getBom0AbstractPartImpl() const;
110  // Setter method for the Implementation Object
111  ::Teamcenter::RootObjectImpl* setBom0AbstractPartImpl( ::Teamcenter::RootObjectImpl* impl );
112 
113  // Method to set the delete impl boolean
114  void setDeleteImpl( bool del );
115 
116  // Pointer to the Implementation object
117  Bom0AbstractPartImpl* m_bom0abstractpartImpl;
118 
119  // Flag to indicate if Implementation object needs to be deleted
121 
125  static std::string name;
126 
133 
134  friend class Bom0AbstractPartDelegate;
135  friend class Bom0AbstractPartGenImpl;
136 };
137 
138 #include <Fgb0aw4gbom/libfgb0aw4gbom_undef.h>
139 #endif // TEAMCENTER__FGB0AW4GBOM__BOM0ABSTRACTPART__HXX