Teamcenter C++ API Reference  2312
Cdm0EventsTable.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, Cdm0EventsTable
12  Filename: Cdm0EventsTable.hxx
13  Module: cdm0contractmanagement
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef CDM0CONTRACTMANAGEMENT__CDM0EVENTSTABLE__HXX
18 #define CDM0CONTRACTMANAGEMENT__CDM0EVENTSTABLE__HXX
19 
20 #include <unidefs.h>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
23 #include <tccore/POM_object.hxx>
24 
25 #include <cdm0contractmanagement/libcdm0contractmanagement_exports.h>
26 
27 namespace cdm0contractmanagement
28 {
29  class Cdm0EventsTable;
30 }
31 namespace cdm0contractmanagement
32 {
33  class Cdm0EventsTableImpl;
34 }
35 namespace cdm0contractmanagement
36 {
37  class Cdm0EventsTableDelegate;
38 }
39 namespace cdm0contractmanagement
40 {
41  class Cdm0EventsTableDispatch;
42 }
43 namespace cdm0contractmanagement
44 {
45  class Cdm0EventsTableGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class CDM0CONTRACTMANAGEMENT_API cdm0contractmanagement::Cdm0EventsTable
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getCdm0EndDate( date_t &value, bool &isNull ) const;
72 
80  int getCdm0EventName( std::string &value, bool &isNull ) const;
81 
89  int getCdm0OffSet( int &value, bool &isNull ) const;
90 
98  int getCdm0Recurrence( std::string &value, bool &isNull ) const;
99 
107  int getCdm0RecurrenceEndDate( date_t &value, bool &isNull ) const;
108 
116  int getCdm0RelativeTo( std::string &value, bool &isNull ) const;
117 
125  int getCdm0StartDate( date_t &value, bool &isNull ) const;
126 
134  int getIs_modifiable( bool &value, bool &isNull ) const;
135 
143  int setCdm0EndDate( const date_t &value, bool isNull=false );
144 
152  int setCdm0EventName( const std::string &value, bool isNull=false );
153 
161  int setCdm0OffSet( int value, bool isNull=false );
162 
170  int setCdm0Recurrence( const std::string &value, bool isNull=false );
171 
179  int setCdm0RecurrenceEndDate( const date_t &value, bool isNull=false );
180 
188  int setCdm0RelativeTo( const std::string &value, bool isNull=false );
189 
197  int setCdm0StartDate( const date_t &value, bool isNull=false );
198 protected:
199  // Method to initialize
200  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
201 
205  Cdm0EventsTable();
206 
210  virtual ~Cdm0EventsTable();
211 
212 private:
213  // Getter method for the Implementation Object
214  Cdm0EventsTableImpl* getCdm0EventsTableImpl() const;
215  // Setter method for the Implementation Object
216  ::Teamcenter::RootObjectImpl* setCdm0EventsTableImpl( ::Teamcenter::RootObjectImpl* impl );
217 
218  // Method to set the delete impl boolean
219  void setDeleteImpl( bool del );
220 
221  // Pointer to the Implementation object
222  Cdm0EventsTableImpl* m_cdm0eventstableImpl;
223 
224  // Flag to indicate if Implementation object needs to be deleted
226 
230  static std::string name;
231 
238 
239  friend class Cdm0EventsTableDelegate;
240  friend class Cdm0EventsTableGenImpl;
241 };
242 
243 #include <cdm0contractmanagement/libcdm0contractmanagement_undef.h>
244 #endif // CDM0CONTRACTMANAGEMENT__CDM0EVENTSTABLE__HXX