Teamcenter C++ API Reference  2312
Prg0AbsProjectPlan.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, Prg0AbsProjectPlan
12  Filename: Prg0AbsProjectPlan.hxx
13  Module: prg0programinfra
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPROJECTPLAN__HXX
18 #define TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPROJECTPLAN__HXX
19 
20 #include <common/tc_deprecation_macros.h>
22 
23 #include <prg0programinfra/libprg0programinfra_exports.h>
24 
25 namespace Teamcenter
26 {
27  namespace ProgramInfra
28  {
29  namespace prg0programinfra
30  {
31  class Prg0AbsProjectPlan;
32  }
33  }
34 }
35 namespace Teamcenter
36 {
37  namespace ProgramInfra
38  {
39  namespace prg0programinfra
40  {
41  class Prg0AbsProjectPlanImpl;
42  }
43  }
44 }
45 namespace Teamcenter
46 {
47  namespace ProgramInfra
48  {
49  namespace prg0programinfra
50  {
51  class Prg0AbsProjectPlanDelegate;
52  }
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace ProgramInfra
58  {
59  namespace prg0programinfra
60  {
61  class Prg0AbsProjectPlanDispatch;
62  }
63  }
64 }
65 namespace Teamcenter
66 {
67  namespace ProgramInfra
68  {
69  namespace prg0programinfra
70  {
71  class Prg0AbsProjectPlanGenImpl;
72  }
73  }
74 }
75 namespace Teamcenter
76 {
77  class RootObjectImpl;
78 }
79 
80 class PRG0PROGRAMINFRA_API Teamcenter::ProgramInfra::prg0programinfra::Prg0AbsProjectPlan
82 {
83 public:
84 
89  static const std::string& getInterfaceName();
90 
91 protected:
92  // Method to initialize
93  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
94 
99 
103  virtual ~Prg0AbsProjectPlan();
104 
105 private:
106  // Getter method for the Implementation Object
107  Prg0AbsProjectPlanImpl* getPrg0AbsProjectPlanImpl() const;
108  // Setter method for the Implementation Object
109  ::Teamcenter::RootObjectImpl* setPrg0AbsProjectPlanImpl( ::Teamcenter::RootObjectImpl* impl );
110 
111  // Method to set the delete impl boolean
112  void setDeleteImpl( bool del );
113 
114  // Pointer to the Implementation object
115  Prg0AbsProjectPlanImpl* m_prg0absprojectplanImpl;
116 
117  // Flag to indicate if Implementation object needs to be deleted
119 
123  static std::string name;
124 
131 
132  friend class Prg0AbsProjectPlanDelegate;
133  friend class Prg0AbsProjectPlanGenImpl;
134 };
135 
136 #include <prg0programinfra/libprg0programinfra_undef.h>
137 #endif // TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ABSPROJECTPLAN__HXX