Teamcenter C++ API Reference  2312
Cpd0Workset.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, Cpd0Workset
12  Filename: Cpd0Workset.hxx
13  Module: cpd0workset
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__CPD__CPD0WORKSET__HXX
18 #define TEAMCENTER__CPD__CPD0WORKSET__HXX
19 
20 #include <common/tc_deprecation_macros.h>
21 #include <tccore/Item.hxx>
22 
23 #include <cpd0workset/libcpd0workset_exports.h>
24 
25 namespace Teamcenter
26 {
27  namespace Cpd
28  {
29  class Cpd0Workset;
30  }
31 }
32 namespace Teamcenter
33 {
34  namespace Cpd
35  {
36  class Cpd0WorksetImpl;
37  }
38 }
39 namespace Teamcenter
40 {
41  namespace Cpd
42  {
43  class Cpd0WorksetDelegate;
44  }
45 }
46 namespace Teamcenter
47 {
48  namespace Cpd
49  {
50  class Cpd0WorksetDispatch;
51  }
52 }
53 namespace Teamcenter
54 {
55  namespace Cpd
56  {
57  class Cpd0WorksetGenImpl;
58  }
59 }
60 namespace Teamcenter
61 {
62  class RootObjectImpl;
63 }
64 
65 class CPD0WORKSET_API Teamcenter::Cpd::Cpd0Workset
66  : public ::Teamcenter::Item
67 {
68 public:
69 
74  static const std::string& getInterfaceName();
75 
76 protected:
77  // Method to initialize
78  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
79 
83  Cpd0Workset();
84 
88  virtual ~Cpd0Workset();
89 
90 private:
91  // Getter method for the Implementation Object
92  Cpd0WorksetImpl* getCpd0WorksetImpl() const;
93  // Setter method for the Implementation Object
94  ::Teamcenter::RootObjectImpl* setCpd0WorksetImpl( ::Teamcenter::RootObjectImpl* impl );
95 
96  // Method to set the delete impl boolean
97  void setDeleteImpl( bool del );
98 
99  // Pointer to the Implementation object
100  Cpd0WorksetImpl* m_cpd0worksetImpl;
101 
102  // Flag to indicate if Implementation object needs to be deleted
104 
108  static std::string name;
109 
114  Cpd0Workset( const Cpd0Workset& );
115  Cpd0Workset& operator=( const Cpd0Workset& );
116 
117  friend class Cpd0WorksetDelegate;
118  friend class Cpd0WorksetGenImpl;
119 };
120 
121 #include <cpd0workset/libcpd0workset_undef.h>
122 #endif // TEAMCENTER__CPD__CPD0WORKSET__HXX