Teamcenter C++ API Reference  2312
ScheduleRevision.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, ScheduleRevision
12  Filename: ScheduleRevision.hxx
13  Module: schmgt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__SCHEDULEREVISION__HXX
18 #define TEAMCENTER__SCHEDULEREVISION__HXX
19 
20 #include <vector>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <schmgt/libschmgt_exports.h>
26 
27 namespace Teamcenter
28 {
29  class ScheduleRevision;
30 }
31 namespace Teamcenter
32 {
33  class ScheduleRevisionImpl;
34 }
35 namespace Teamcenter
36 {
37  class ScheduleRevisionDelegate;
38 }
39 namespace Teamcenter
40 {
41  class ScheduleRevisionDispatch;
42 }
43 namespace Teamcenter
44 {
45  class ScheduleRevisionGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class SCHMGT_API Teamcenter::ScheduleRevision
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0allowExecUpdates( bool &value, bool &isNull ) const;
72 
80  int getFnd0proxy_tasks( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
81 
89  int setFnd0allowExecUpdates( bool value, bool isNull=false );
90 
98  int setFnd0proxy_tasks( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
99 
107  int setFnd0state( const std::string &value, bool isNull=false );
108 
116  int setFnd0status( const std::string &value, bool isNull=false );
117 
125  int setStatus( int value, bool isNull=false );
126 protected:
127  // Method to initialize
128  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
129 
134 
138  virtual ~ScheduleRevision();
139 
140 private:
141  // Getter method for the Implementation Object
142  ScheduleRevisionImpl* getScheduleRevisionImpl() const;
143  // Setter method for the Implementation Object
144  ::Teamcenter::RootObjectImpl* setScheduleRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
145 
146  // Method to set the delete impl boolean
147  void setDeleteImpl( bool del );
148 
149  // Pointer to the Implementation object
150  ScheduleRevisionImpl* m_schedulerevisionImpl;
151 
152  // Flag to indicate if Implementation object needs to be deleted
154 
158  static std::string name;
159 
166 
167  friend class ScheduleRevisionDelegate;
168  friend class ScheduleRevisionGenImpl;
169 };
170 
171 #include <schmgt/libschmgt_undef.h>
172 #endif // TEAMCENTER__SCHEDULEREVISION__HXX