Teamcenter C++ API Reference  2312
Pdm0IModel.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 //e
7 //==================================================
8 //Copyright 2022 Siemens Digital Industries Software
9 
10 /*==================================================================================================
11 File description:
12  This file contains the declaration for the Business Object, Pdm0IModel
13  Filename: Pdm0IModel.hxx
14  Module: pdm0plantdatamgmt
15  @BMIDE autogenerated
16 ==================================================================================================*/
17 
18 #ifndef TEAMCENTER__PDM0PLANTDATAMGMT__PDM0IMODEL__HXX
19 #define TEAMCENTER__PDM0PLANTDATAMGMT__PDM0IMODEL__HXX
20 
21 #include <common/tc_deprecation_macros.h>
23 
24 #include <pdm0plantdatamgmt/libpdm0plantdatamgmt_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace Pdm0plantdatamgmt
29  {
30  class Pdm0IModel;
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace Pdm0plantdatamgmt
36  {
37  class Pdm0IModelImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace Pdm0plantdatamgmt
43  {
44  class Pdm0IModelDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace Pdm0plantdatamgmt
50  {
51  class Pdm0IModelDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace Pdm0plantdatamgmt
57  {
58  class Pdm0IModelGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class PDM0PLANTDATAMGMT_API Teamcenter::Pdm0plantdatamgmt::Pdm0IModel
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 protected:
78  // Method to initialize
79  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
80 
84  Pdm0IModel();
85 
89  virtual ~Pdm0IModel();
90 
91 private:
92  // Getter method for the Implementation Object
93  Pdm0IModelImpl* getPdm0IModelImpl() const;
94  // Setter method for the Implementation Object
95  ::Teamcenter::RootObjectImpl* setPdm0IModelImpl( ::Teamcenter::RootObjectImpl* impl );
96 
97  // Method to set the delete impl boolean
98  void setDeleteImpl( bool del );
99 
100  // Pointer to the Implementation object
101  Pdm0IModelImpl* m_pdm0imodelImpl;
102 
103  // Flag to indicate if Implementation object needs to be deleted
105 
109  static std::string name;
110 
115  Pdm0IModel( const Pdm0IModel& );
116  Pdm0IModel& operator=( const Pdm0IModel& );
117 
118  friend class Pdm0IModelDelegate;
119  friend class Pdm0IModelGenImpl;
120 };
121 
122 #include <pdm0plantdatamgmt/libpdm0plantdatamgmt_undef.h>
123 #endif // TEAMCENTER__PDM0PLANTDATAMGMT__PDM0IMODEL__HXX