Teamcenter C++ API Reference  2312
ChangeNoticeRevision.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, ChangeNoticeRevision
12  Filename: ChangeNoticeRevision.hxx
13  Module: cm
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__CHANGENOTICEREVISION__HXX
18 #define TEAMCENTER__CHANGENOTICEREVISION__HXX
19 
20 #include <unidefs.h>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <cm/libcm_exports.h>
26 
27 namespace Teamcenter
28 {
29  class ChangeNoticeRevision;
30 }
31 namespace Teamcenter
32 {
33  class ChangeNoticeRevisionImpl;
34 }
35 namespace Teamcenter
36 {
37  class ChangeNoticeRevisionDelegate;
38 }
39 namespace Teamcenter
40 {
41  class ChangeNoticeRevisionDispatch;
42 }
43 namespace Teamcenter
44 {
45  class ChangeNoticeRevisionGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class CM_API Teamcenter::ChangeNoticeRevision
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getCMDateOfCustApproval( date_t &value, bool &isNull ) const;
72 
80  int getCMImplPriority( std::string &value, bool &isNull ) const;
81 
89  int getCMIsCustApprovalRequired( std::string &value, bool &isNull ) const;
90 
98  int getCMSpecialInstruction( std::string &value, bool &isNull ) const;
99 
107  int getCMStatusOfCustApproval( std::string &value, bool &isNull ) const;
108 
116  int setCMDateOfCustApproval( const date_t &value, bool isNull=false );
117 
125  int setCMImplPriority( const std::string &value, bool isNull=false );
126 
134  int setCMIsCustApprovalRequired( const std::string &value, bool isNull=false );
135 
143  int setCMSpecialInstruction( const std::string &value, bool isNull=false );
144 
152  int setCMStatusOfCustApproval( const std::string &value, bool isNull=false );
153 protected:
154  // Method to initialize
155  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
156 
161 
165  virtual ~ChangeNoticeRevision();
166 
167 private:
168  // Getter method for the Implementation Object
169  ChangeNoticeRevisionImpl* getChangeNoticeRevisionImpl() const;
170  // Setter method for the Implementation Object
171  ::Teamcenter::RootObjectImpl* setChangeNoticeRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
172 
173  // Method to set the delete impl boolean
174  void setDeleteImpl( bool del );
175 
176  // Pointer to the Implementation object
177  ChangeNoticeRevisionImpl* m_changenoticerevisionImpl;
178 
179  // Flag to indicate if Implementation object needs to be deleted
181 
185  static std::string name;
186 
193 
194  friend class ChangeNoticeRevisionDelegate;
195  friend class ChangeNoticeRevisionGenImpl;
196 };
197 
198 #include <cm/libcm_undef.h>
199 #endif // TEAMCENTER__CHANGENOTICEREVISION__HXX