Teamcenter C++ API Reference  2312
GnChangeNoticeRevision.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, GnChangeNoticeRevision
12  Filename: GnChangeNoticeRevision.hxx
13  Module: cm
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__GNCHANGENOTICEREVISION__HXX
18 #define TEAMCENTER__GNCHANGENOTICEREVISION__HXX
19 
20 #include <string>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <cm/libcm_exports.h>
26 
27 namespace Teamcenter
28 {
29  class GnChangeNoticeRevision;
30 }
31 namespace Teamcenter
32 {
33  class GnChangeNoticeRevisionImpl;
34 }
35 namespace Teamcenter
36 {
37  class GnChangeNoticeRevisionDelegate;
38 }
39 namespace Teamcenter
40 {
41  class GnChangeNoticeRevisionDispatch;
42 }
43 namespace Teamcenter
44 {
45  class GnChangeNoticeRevisionGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class CM_API Teamcenter::GnChangeNoticeRevision
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getCm0EffectivityFormula( std::string &value, bool &isNull ) const;
72 
79  int getCm0EffectivityFormulaDisplayableValues( std::vector< std::string > &values );
80 protected:
81  // Method to initialize
82  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
83 
88 
92  virtual ~GnChangeNoticeRevision();
93 
94 private:
95  // Getter method for the Implementation Object
96  GnChangeNoticeRevisionImpl* getGnChangeNoticeRevisionImpl() const;
97  // Setter method for the Implementation Object
98  ::Teamcenter::RootObjectImpl* setGnChangeNoticeRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
99 
100  // Method to set the delete impl boolean
101  void setDeleteImpl( bool del );
102 
103  // Pointer to the Implementation object
104  GnChangeNoticeRevisionImpl* m_gnchangenoticerevisionImpl;
105 
106  // Flag to indicate if Implementation object needs to be deleted
108 
112  static std::string name;
113 
120 
121  friend class GnChangeNoticeRevisionDelegate;
122  friend class GnChangeNoticeRevisionGenImpl;
123 };
124 
125 #include <cm/libcm_undef.h>
126 #endif // TEAMCENTER__GNCHANGENOTICEREVISION__HXX