Teamcenter C++ API Reference  2312
IssueReportRevision.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, IssueReportRevision
12  Filename: IssueReportRevision.hxx
13  Module: issuemgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__ISSUEMGMT__ISSUEREPORTREVISION__HXX
18 #define TEAMCENTER__ISSUEMGMT__ISSUEREPORTREVISION__HXX
19 
20 #include <unidefs.h>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <issuemgmt/libissuemgmt_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace issuemgmt
30  {
31  class IssueReportRevision;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace issuemgmt
37  {
38  class IssueReportRevisionImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace issuemgmt
44  {
45  class IssueReportRevisionDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace issuemgmt
51  {
52  class IssueReportRevisionDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace issuemgmt
58  {
59  class IssueReportRevisionGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class ISSUEMGMT_API Teamcenter::issuemgmt::IssueReportRevision
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getAssigned_user( tag_t &value, bool &isNull ) const;
87 
95  int getDesign_review_gate( std::string &value, bool &isNull ) const;
96 
104  int getDue_date( date_t &value, bool &isNull ) const;
105 
113  int getIsm0ClearanceDbId( std::string &value, bool &isNull ) const;
114 
122  int getIsm0ClearanceId( int &value, bool &isNull ) const;
123 
131  int getIsm0marker_X( double &value, bool &isNull ) const;
132 
140  int getIsm0marker_Y( double &value, bool &isNull ) const;
141 
149  int getIsm0marker_Z( double &value, bool &isNull ) const;
150 
158  int getIsm0NonembeddedApp( tag_t &value, bool &isNull ) const;
159 
167  int getIsm0RacApplicationId( std::string &value, bool &isNull ) const;
168 
176  int getIsm0RacPerspectiveId( std::string &value, bool &isNull ) const;
177 
185  int getIsm0status( std::string &value, bool &isNull ) const;
186 
194  int getIssue_category( std::string &value, bool &isNull ) const;
195 
203  int setAssigned_user( const tag_t &value, bool isNull=false );
204 
212  int setDesign_review_gate( const std::string &value, bool isNull=false );
213 
221  int setDue_date( const date_t &value, bool isNull=false );
222 
230  int setIsm0ClearanceDbId( const std::string &value, bool isNull=false );
231 
239  int setIsm0ClearanceId( int value, bool isNull=false );
240 
248  int setIsm0marker_X( double value, bool isNull=false );
249 
257  int setIsm0marker_Y( double value, bool isNull=false );
258 
266  int setIsm0marker_Z( double value, bool isNull=false );
267 
275  int setIsm0NonembeddedApp( const tag_t &value, bool isNull=false );
276 
284  int setIsm0RacApplicationId( const std::string &value, bool isNull=false );
285 
293  int setIsm0RacPerspectiveId( const std::string &value, bool isNull=false );
294 
302  int setIsm0status( const std::string &value, bool isNull=false );
303 
311  int setIssue_category( const std::string &value, bool isNull=false );
312 protected:
313  // Method to initialize
314  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
315 
320 
324  virtual ~IssueReportRevision();
325 
326 private:
327  // Getter method for the Implementation Object
328  IssueReportRevisionImpl* getIssueReportRevisionImpl() const;
329  // Setter method for the Implementation Object
330  ::Teamcenter::RootObjectImpl* setIssueReportRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
331 
332  // Method to set the delete impl boolean
333  void setDeleteImpl( bool del );
334 
335  // Pointer to the Implementation object
336  IssueReportRevisionImpl* m_issuereportrevisionImpl;
337 
338  // Flag to indicate if Implementation object needs to be deleted
340 
344  static std::string name;
345 
352 
353  friend class IssueReportRevisionDelegate;
354  friend class IssueReportRevisionGenImpl;
355 };
356 
357 #include <issuemgmt/libissuemgmt_undef.h>
358 #endif // TEAMCENTER__ISSUEMGMT__ISSUEREPORTREVISION__HXX