Teamcenter C++ API Reference  2312
ChangeRequestRevision.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, ChangeRequestRevision
12  Filename: ChangeRequestRevision.hxx
13  Module: cm
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__CHANGEREQUESTREVISION__HXX
18 #define TEAMCENTER__CHANGEREQUESTREVISION__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <cm/libcm_exports.h>
26 
27 namespace Teamcenter
28 {
29  class ChangeRequestRevision;
30 }
31 namespace Teamcenter
32 {
33  class ChangeRequestRevisionImpl;
34 }
35 namespace Teamcenter
36 {
37  class ChangeRequestRevisionDelegate;
38 }
39 namespace Teamcenter
40 {
41  class ChangeRequestRevisionDispatch;
42 }
43 namespace Teamcenter
44 {
45  class ChangeRequestRevisionGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class CM_API Teamcenter::ChangeRequestRevision
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getCMNonrecurringCost( double &value, bool &isNull ) const;
72 
80  int getCMProposedSolution( std::string &value, bool &isNull ) const;
81 
89  int getCMReason( std::string &value, bool &isNull ) const;
90 
98  int getCMRecurringCost( double &value, bool &isNull ) const;
99 
107  int getCMTechnicalRecommendation( std::string &value, bool &isNull ) const;
108 
116  int getCMTechnicalReview( std::string &value, bool &isNull ) const;
117 
125  int getCMTechRecommDate( date_t &value, bool &isNull ) const;
126 
134  int getCMTechReviewPriority( std::string &value, bool &isNull ) const;
135 
143  int getCMTestResultsAttached( std::string &value, bool &isNull ) const;
144 
152  int getCMTimingFactors( std::string &value, bool &isNull ) const;
153 
161  int setCMNonrecurringCost( double value, bool isNull=false );
162 
170  int setCMProposedSolution( const std::string &value, bool isNull=false );
171 
179  int setCMReason( const std::string &value, bool isNull=false );
180 
188  int setCMRecurringCost( double value, bool isNull=false );
189 
197  int setCMTechnicalRecommendation( const std::string &value, bool isNull=false );
198 
206  int setCMTechnicalReview( const std::string &value, bool isNull=false );
207 
215  int setCMTechRecommDate( const date_t &value, bool isNull=false );
216 
224  int setCMTechReviewPriority( const std::string &value, bool isNull=false );
225 
233  int setCMTestResultsAttached( const std::string &value, bool isNull=false );
234 
242  int setCMTimingFactors( const std::string &value, bool isNull=false );
243 protected:
244  // Method to initialize
245  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
246 
251 
255  virtual ~ChangeRequestRevision();
256 
257 private:
258  // Getter method for the Implementation Object
259  ChangeRequestRevisionImpl* getChangeRequestRevisionImpl() const;
260  // Setter method for the Implementation Object
261  ::Teamcenter::RootObjectImpl* setChangeRequestRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
262 
263  // Method to set the delete impl boolean
264  void setDeleteImpl( bool del );
265 
266  // Pointer to the Implementation object
267  ChangeRequestRevisionImpl* m_changerequestrevisionImpl;
268 
269  // Flag to indicate if Implementation object needs to be deleted
271 
275  static std::string name;
276 
283 
284  friend class ChangeRequestRevisionDelegate;
285  friend class ChangeRequestRevisionGenImpl;
286 };
287 
288 #include <cm/libcm_undef.h>
289 #endif // TEAMCENTER__CHANGEREQUESTREVISION__HXX