Teamcenter C++ API Reference  2312
Mdl0EffectivityInModel.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, Mdl0EffectivityInModel
12  Filename: Mdl0EffectivityInModel.hxx
13  Module: mdl0model
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__APPMODEL__MDL0EFFECTIVITYINMODEL__HXX
18 #define TEAMCENTER__APPMODEL__MDL0EFFECTIVITYINMODEL__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
23 #include <tccore/POM_object.hxx>
24 
25 #include <mdl0model/libmdl0model_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace AppModel
30  {
31  class Mdl0EffectivityInModel;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace AppModel
37  {
38  class Mdl0EffectivityInModelImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace AppModel
44  {
45  class Mdl0EffectivityInModelDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace AppModel
51  {
52  class Mdl0EffectivityInModelDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace AppModel
58  {
59  class Mdl0EffectivityInModelGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class MDL0MODEL_API Teamcenter::AppModel::Mdl0EffectivityInModel
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getMdl0configurator_URL( std::string &value, bool &isNull ) const;
87 
95  int getMdl0description( std::string &value, bool &isNull ) const;
96 
104  int getMdl0model( tag_t &value, bool &isNull ) const;
105 
113  int getMdl0name( std::string &value, bool &isNull ) const;
114 
122  int getMdl0product_name( std::string &value, bool &isNull ) const;
123 
131  int getMdl0product_namespace( std::string &value, bool &isNull ) const;
132 
140  int setMdl0configurator_URL( const std::string &value, bool isNull=false );
141 
149  int setMdl0description( const std::string &value, bool isNull=false );
150 
158  int setMdl0model( const tag_t &value, bool isNull=false );
159 
167  int setMdl0name( const std::string &value, bool isNull=false );
168 protected:
169  // Method to initialize
170  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
171 
176 
180  virtual ~Mdl0EffectivityInModel();
181 
182 private:
183  // Getter method for the Implementation Object
184  Mdl0EffectivityInModelImpl* getMdl0EffectivityInModelImpl() const;
185  // Setter method for the Implementation Object
186  ::Teamcenter::RootObjectImpl* setMdl0EffectivityInModelImpl( ::Teamcenter::RootObjectImpl* impl );
187 
188  // Method to set the delete impl boolean
189  void setDeleteImpl( bool del );
190 
191  // Pointer to the Implementation object
192  Mdl0EffectivityInModelImpl* m_mdl0effectivityinmodelImpl;
193 
194  // Flag to indicate if Implementation object needs to be deleted
196 
200  static std::string name;
201 
208 
209  friend class Mdl0EffectivityInModelDelegate;
210  friend class Mdl0EffectivityInModelGenImpl;
211 };
212 
213 #include <mdl0model/libmdl0model_undef.h>
214 #endif // TEAMCENTER__APPMODEL__MDL0EFFECTIVITYINMODEL__HXX