Teamcenter C++ API Reference  2312
Cpd0DesignSubsetElement.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, Cpd0DesignSubsetElement
12  Filename: Cpd0DesignSubsetElement.hxx
13  Module: cpd0workset
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__CPD__CPD0DESIGNSUBSETELEMENT__HXX
18 #define TEAMCENTER__CPD__CPD0DESIGNSUBSETELEMENT__HXX
19 
20 #include <unidefs.h>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <cpd0workset/libcpd0workset_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace Cpd
30  {
31  class Cpd0DesignSubsetElement;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace Cpd
37  {
38  class Cpd0DesignSubsetElementImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace Cpd
44  {
45  class Cpd0DesignSubsetElementDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace Cpd
51  {
52  class Cpd0DesignSubsetElementDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace Cpd
58  {
59  class Cpd0DesignSubsetElementGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class CPD0WORKSET_API Teamcenter::Cpd::Cpd0DesignSubsetElement
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getCpd0ConfiguredSourceObject( tag_t &value, bool &isNull ) const;
87 
95  int getCpd0cs_id( std::string &value, bool &isNull ) const;
96 
104  int getCpd0IncludeInPartsList( bool &value, bool &isNull ) const;
105 
113  int getCpd0instance( tag_t &value, bool &isNull ) const;
114 
122  int getCpd0ReportInWhereUsed( bool &value, bool &isNull ) const;
123 
131  int getCpd0source_object( tag_t &value, bool &isNull ) const;
132 
140  int getCpd0workset_revision( tag_t &value, bool &isNull ) const;
141 
149  int setCpd0cs_id( const std::string &value, bool isNull=false );
150 
158  int setCpd0IncludeInPartsList( bool value, bool isNull=false );
159 
167  int setCpd0ReportInWhereUsed( bool value, bool isNull=false );
168 
176  int setCpd0source_object( const tag_t &value, bool isNull=false );
177 protected:
178  // Method to initialize
179  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
180 
185 
189  virtual ~Cpd0DesignSubsetElement();
190 
191 private:
192  // Getter method for the Implementation Object
193  Cpd0DesignSubsetElementImpl* getCpd0DesignSubsetElementImpl() const;
194  // Setter method for the Implementation Object
195  ::Teamcenter::RootObjectImpl* setCpd0DesignSubsetElementImpl( ::Teamcenter::RootObjectImpl* impl );
196 
197  // Method to set the delete impl boolean
198  void setDeleteImpl( bool del );
199 
200  // Pointer to the Implementation object
201  Cpd0DesignSubsetElementImpl* m_cpd0designsubsetelementImpl;
202 
203  // Flag to indicate if Implementation object needs to be deleted
205 
209  static std::string name;
210 
217 
218  friend class Cpd0DesignSubsetElementDelegate;
219  friend class Cpd0DesignSubsetElementGenImpl;
220 };
221 
222 #include <cpd0workset/libcpd0workset_undef.h>
223 #endif // TEAMCENTER__CPD__CPD0DESIGNSUBSETELEMENT__HXX