Teamcenter C++ API Reference  2312
Fdp0ScheduleInfo.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, Fdp0ScheduleInfo
12  Filename: Fdp0ScheduleInfo.hxx
13  Module: fdp0fourdplanning
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef FOURDPLANNING__FDP0SCHEDULEINFO__HXX
18 #define FOURDPLANNING__FDP0SCHEDULEINFO__HXX
19 
20 #include <unidefs.h>
21 #include <common/tc_deprecation_macros.h>
23 
24 #include <fdp0fourdplanning/libfdp0fourdplanning_exports.h>
25 
26 namespace fourdplanning
27 {
28  class Fdp0ScheduleInfo;
29 }
30 namespace fourdplanning
31 {
32  class Fdp0ScheduleInfoImpl;
33 }
34 namespace fourdplanning
35 {
36  class Fdp0ScheduleInfoDelegate;
37 }
38 namespace fourdplanning
39 {
40  class Fdp0ScheduleInfoDispatch;
41 }
42 namespace fourdplanning
43 {
44  class Fdp0ScheduleInfoGenImpl;
45 }
46 namespace Teamcenter
47 {
48  class RootObjectImpl;
49 }
50 
51 class FDP0FOURDPLANNING_API fourdplanning::Fdp0ScheduleInfo
53 {
54 public:
55 
60  static const std::string& getInterfaceName();
61 
62 
70  int getFdp0DoNotStartBeforeDate( date_t &value, bool &isNull ) const;
71 
79  int getFdp0ScheduledDuration( int &value, bool &isNull ) const;
80 
88  int getFdp0ScheduledFinishDate( date_t &value, bool &isNull ) const;
89 
97  int getFdp0ScheduledStartDate( date_t &value, bool &isNull ) const;
98 
106  int getFdp0ScheduledWorkEstimate( int &value, bool &isNull ) const;
107 
115  int setFdp0DoNotStartBeforeDate( const date_t &value, bool isNull=false );
116 
124  int setFdp0ScheduledDuration( int value, bool isNull=false );
125 
133  int setFdp0ScheduledFinishDate( const date_t &value, bool isNull=false );
134 
142  int setFdp0ScheduledStartDate( const date_t &value, bool isNull=false );
143 
151  int setFdp0ScheduledWorkEstimate( int value, bool isNull=false );
152 protected:
153  // Method to initialize
154  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
155 
160 
164  virtual ~Fdp0ScheduleInfo();
165 
166 private:
167  // Getter method for the Implementation Object
168  Fdp0ScheduleInfoImpl* getFdp0ScheduleInfoImpl() const;
169  // Setter method for the Implementation Object
170  ::Teamcenter::RootObjectImpl* setFdp0ScheduleInfoImpl( ::Teamcenter::RootObjectImpl* impl );
171 
172  // Method to set the delete impl boolean
173  void setDeleteImpl( bool del );
174 
175  // Pointer to the Implementation object
176  Fdp0ScheduleInfoImpl* m_fdp0scheduleinfoImpl;
177 
178  // Flag to indicate if Implementation object needs to be deleted
180 
184  static std::string name;
185 
192 
193  friend class Fdp0ScheduleInfoDelegate;
194  friend class Fdp0ScheduleInfoGenImpl;
195 };
196 
197 #include <fdp0fourdplanning/libfdp0fourdplanning_undef.h>
198 #endif // FOURDPLANNING__FDP0SCHEDULEINFO__HXX