Teamcenter C++ API Reference  2312
Fnd0ProxyTask.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, Fnd0ProxyTask
12  Filename: Fnd0ProxyTask.hxx
13  Module: schmgt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0PROXYTASK__HXX
18 #define TEAMCENTER__FND0PROXYTASK__HXX
19 
20 #include <unidefs.h>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <schmgt/libschmgt_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Fnd0ProxyTask;
30 }
31 namespace Teamcenter
32 {
33  class Fnd0ProxyTaskImpl;
34 }
35 namespace Teamcenter
36 {
37  class Fnd0ProxyTaskDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Fnd0ProxyTaskDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Fnd0ProxyTaskGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class SCHMGT_API Teamcenter::Fnd0ProxyTask
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0constraint( int &value, bool &isNull ) const;
72 
80  int getFnd0finish_date( date_t &value, bool &isNull ) const;
81 
89  int getFnd0percent_complete( double &value, bool &isNull ) const;
90 
98  int getFnd0percent_work_complete( double &value, bool &isNull ) const;
99 
107  int getFnd0ref( tag_t &value, bool &isNull ) const;
108 
116  int getFnd0sched_name( std::string &value, bool &isNull ) const;
117 
125  int getFnd0schedule_tag( tag_t &value, bool &isNull ) const;
126 
134  int getFnd0start_date( date_t &value, bool &isNull ) const;
135 
143  int getFnd0status( std::string &value, bool &isNull ) const;
144 
152  int getFnd0task_tag( tag_t &value, bool &isNull ) const;
153 
161  int getFnd0type( int &value, bool &isNull ) const;
162 
170  int getFnd0WhatIfMode( int &value, bool &isNull ) const;
171 
179  int setFnd0constraint( int value, bool isNull=false );
180 
188  int setFnd0finish_date( const date_t &value, bool isNull=false );
189 
197  int setFnd0percent_complete( double value, bool isNull=false );
198 
206  int setFnd0percent_work_complete( double value, bool isNull=false );
207 
215  int setFnd0ref( const tag_t &value, bool isNull=false );
216 
224  int setFnd0sched_name( const std::string &value, bool isNull=false );
225 
233  int setFnd0schedule_tag( const tag_t &value, bool isNull=false );
234 
242  int setFnd0start_date( const date_t &value, bool isNull=false );
243 
251  int setFnd0status( const std::string &value, bool isNull=false );
252 
260  int setFnd0task_tag( const tag_t &value, bool isNull=false );
261 
269  int setFnd0type( int value, bool isNull=false );
270 
278  int setFnd0WhatIfMode( int value, bool isNull=false );
279 protected:
280  // Method to initialize
281  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
282 
286  Fnd0ProxyTask();
287 
291  virtual ~Fnd0ProxyTask();
292 
293 private:
294  // Getter method for the Implementation Object
295  Fnd0ProxyTaskImpl* getFnd0ProxyTaskImpl() const;
296  // Setter method for the Implementation Object
297  ::Teamcenter::RootObjectImpl* setFnd0ProxyTaskImpl( ::Teamcenter::RootObjectImpl* impl );
298 
299  // Method to set the delete impl boolean
300  void setDeleteImpl( bool del );
301 
302  // Pointer to the Implementation object
303  Fnd0ProxyTaskImpl* m_fnd0proxytaskImpl;
304 
305  // Flag to indicate if Implementation object needs to be deleted
307 
311  static std::string name;
312 
317  Fnd0ProxyTask( const Fnd0ProxyTask& );
319 
320  friend class Fnd0ProxyTaskDelegate;
321  friend class Fnd0ProxyTaskGenImpl;
322 };
323 
324 #include <schmgt/libschmgt_undef.h>
325 #endif // TEAMCENTER__FND0PROXYTASK__HXX