Teamcenter C++ API Reference  2312
Mdl0CopyStableRelation.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, Mdl0CopyStableRelation
12  Filename: Mdl0CopyStableRelation.hxx
13  Module: aps0apscore
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__APPMODEL__MDL0COPYSTABLERELATION__HXX
18 #define TEAMCENTER__APPMODEL__MDL0COPYSTABLERELATION__HXX
19 
20 #include <unidefs.h>
21 #include <common/tc_deprecation_macros.h>
22 #include <tccore/ImanRelation.hxx>
23 
24 #include <aps0apscore/libaps0apscore_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace AppModel
29  {
30  class Mdl0CopyStableRelation;
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace AppModel
36  {
37  class Mdl0CopyStableRelationImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace AppModel
43  {
44  class Mdl0CopyStableRelationDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace AppModel
50  {
51  class Mdl0CopyStableRelationDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace AppModel
57  {
58  class Mdl0CopyStableRelationGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class APS0APSCORE_API Teamcenter::AppModel::Mdl0CopyStableRelation
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 
85  int getMdl0secondary_revision_lmd( date_t &value, bool &isNull ) const;
86 
94  int getMdl0sync_secondary_revision( bool &value, bool &isNull ) const;
95 
103  int setMdl0secondary_revision_lmd( const date_t &value, bool isNull=false );
104 
112  int setMdl0sync_secondary_revision( bool value, bool isNull=false );
113 protected:
114  // Method to initialize
115  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
116 
121 
125  virtual ~Mdl0CopyStableRelation();
126 
127 private:
128  // Getter method for the Implementation Object
129  Mdl0CopyStableRelationImpl* getMdl0CopyStableRelationImpl() const;
130  // Setter method for the Implementation Object
131  ::Teamcenter::RootObjectImpl* setMdl0CopyStableRelationImpl( ::Teamcenter::RootObjectImpl* impl );
132 
133  // Method to set the delete impl boolean
134  void setDeleteImpl( bool del );
135 
136  // Pointer to the Implementation object
137  Mdl0CopyStableRelationImpl* m_mdl0copystablerelationImpl;
138 
139  // Flag to indicate if Implementation object needs to be deleted
141 
145  static std::string name;
146 
153 
154  friend class Mdl0CopyStableRelationDelegate;
155  friend class Mdl0CopyStableRelationGenImpl;
156 };
157 
158 #include <aps0apscore/libaps0apscore_undef.h>
159 #endif // TEAMCENTER__APPMODEL__MDL0COPYSTABLERELATION__HXX