Teamcenter C++ API Reference  2312
ModelReqRevision.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, ModelReqRevision
12  Filename: ModelReqRevision.hxx
13  Module: validation
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__MODELREQREVISION__HXX
18 #define TEAMCENTER__MODELREQREVISION__HXX
19 
20 #include <string>
21 #include <vector>
22 #include <unidefs.h>
23 #include <common/tc_deprecation_macros.h>
25 
26 #include <validation/libvalidation_exports.h>
27 
28 namespace Teamcenter
29 {
30  class ModelReqRevision;
31 }
32 namespace Teamcenter
33 {
34  class ModelReqRevisionImpl;
35 }
36 namespace Teamcenter
37 {
38  class ModelReqRevisionDelegate;
39 }
40 namespace Teamcenter
41 {
42  class ModelReqRevisionDispatch;
43 }
44 namespace Teamcenter
45 {
46  class ModelReqRevisionGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class VALIDATION_API Teamcenter::ModelReqRevision
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getFnd0_req_expression_str( std::string &value, bool &isNull ) const;
73 
81  int getRequirement_expressions( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
82 
90  int getRequirement_modified_date( date_t &value, bool &isNull ) const;
91 
99  int setFnd0_req_expression_str( const std::string &value, bool isNull=false );
100 
108  int setRequirement_expressions( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
109 
117  int setRequirement_modified_date( const date_t &value, bool isNull=false );
118 protected:
119  // Method to initialize
120  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
121 
126 
130  virtual ~ModelReqRevision();
131 
132 private:
133  // Getter method for the Implementation Object
134  ModelReqRevisionImpl* getModelReqRevisionImpl() const;
135  // Setter method for the Implementation Object
136  ::Teamcenter::RootObjectImpl* setModelReqRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
137 
138  // Method to set the delete impl boolean
139  void setDeleteImpl( bool del );
140 
141  // Pointer to the Implementation object
142  ModelReqRevisionImpl* m_modelreqrevisionImpl;
143 
144  // Flag to indicate if Implementation object needs to be deleted
146 
150  static std::string name;
151 
158 
159  friend class ModelReqRevisionDelegate;
160  friend class ModelReqRevisionGenImpl;
161 };
162 
163 #include <validation/libvalidation_undef.h>
164 #endif // TEAMCENTER__MODELREQREVISION__HXX