Teamcenter C++ API Reference  2312
InstalledTemplates.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, InstalledTemplates
12  Filename: InstalledTemplates.hxx
13  Module: meta
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__INSTALLEDTEMPLATES__HXX
18 #define TEAMCENTER__INSTALLEDTEMPLATES__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
23 #include <tccore/POM_object.hxx>
24 
25 #include <meta/libmeta_exports.h>
26 
27 namespace Teamcenter
28 {
29  class InstalledTemplates;
30 }
31 namespace Teamcenter
32 {
33  class InstalledTemplatesImpl;
34 }
35 namespace Teamcenter
36 {
37  class InstalledTemplatesDelegate;
38 }
39 namespace Teamcenter
40 {
41  class InstalledTemplatesDispatch;
42 }
43 namespace Teamcenter
44 {
45  class InstalledTemplatesGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class META_API Teamcenter::InstalledTemplates
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0FullDeployCS( std::string &value, bool &isNull ) const;
72 
80  int getFnd0LastFullDeployDate( date_t &value, bool &isNull ) const;
81 
89  int getFnd0LastOpsDeployClientID( std::string &value, bool &isNull ) const;
90 
98  int getFnd0LastOpsDeployDate( date_t &value, bool &isNull ) const;
99 
107  int getFnd0OpsDeployCS( std::string &value, bool &isNull ) const;
108 
116  int getName( std::string &value, bool &isNull ) const;
117 
125  int setFnd0FullDeployCS( const std::string &value, bool isNull=false );
126 
134  int setFnd0LastFullDeployDate( const date_t &value, bool isNull=false );
135 
143  int setFnd0LastOpsDeployClientID( const std::string &value, bool isNull=false );
144 
152  int setFnd0LastOpsDeployDate( const date_t &value, bool isNull=false );
153 
161  int setFnd0OpsDeployCS( const std::string &value, bool isNull=false );
162 
170  int setName( const std::string &value, bool isNull=false );
171 protected:
172  // Method to initialize
173  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
174 
179 
183  virtual ~InstalledTemplates();
184 
185 private:
186  // Getter method for the Implementation Object
187  InstalledTemplatesImpl* getInstalledTemplatesImpl() const;
188  // Setter method for the Implementation Object
189  ::Teamcenter::RootObjectImpl* setInstalledTemplatesImpl( ::Teamcenter::RootObjectImpl* impl );
190 
191  // Method to set the delete impl boolean
192  void setDeleteImpl( bool del );
193 
194  // Pointer to the Implementation object
195  InstalledTemplatesImpl* m_installedtemplatesImpl;
196 
197  // Flag to indicate if Implementation object needs to be deleted
199 
203  static std::string name;
204 
211 
212  friend class InstalledTemplatesDelegate;
213  friend class InstalledTemplatesGenImpl;
214 };
215 
216 #include <meta/libmeta_undef.h>
217 #endif // TEAMCENTER__INSTALLEDTEMPLATES__HXX