Teamcenter C++ API Reference  2312
Fnd0LicenseUsage.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, Fnd0LicenseUsage
12  Filename: Fnd0LicenseUsage.hxx
13  Module: tc
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0LICENSEUSAGE__HXX
18 #define TEAMCENTER__FND0LICENSEUSAGE__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <vector>
23 #include <common/tc_deprecation_macros.h>
24 #include <tccore/POM_object.hxx>
25 
26 #include <tc/libtc_exports.h>
27 
28 namespace Teamcenter
29 {
30  class Fnd0LicenseUsage;
31 }
32 namespace Teamcenter
33 {
34  class Fnd0LicenseUsageImpl;
35 }
36 namespace Teamcenter
37 {
38  class Fnd0LicenseUsageDelegate;
39 }
40 namespace Teamcenter
41 {
42  class Fnd0LicenseUsageDispatch;
43 }
44 namespace Teamcenter
45 {
46  class Fnd0LicenseUsageGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class TC_API Teamcenter::Fnd0LicenseUsage
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getFnd0home_site( std::string &value, bool &isNull ) const;
73 
81  int getFnd0last_usage_record_date( date_t &value, bool &isNull ) const;
82 
90  int getFnd0license_bundles( std::vector< std::string > &values, std::vector< int > &isNull ) const;
91 
99  int getFnd0LicenseServerName( std::string &value, bool &isNull ) const;
100 
108  int getFnd0login_time( date_t &value, bool &isNull ) const;
109 
117  int getFnd0pseudo_user_id( std::string &value, bool &isNull ) const;
118 
126  int setFnd0feature_keys( const std::string &value, bool isNull=false );
127 
135  int setFnd0LicenseServerName( const std::string &value, bool isNull=false );
136 protected:
137  // Method to initialize
138  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
139 
144 
148  virtual ~Fnd0LicenseUsage();
149 
150 private:
151  // Getter method for the Implementation Object
152  Fnd0LicenseUsageImpl* getFnd0LicenseUsageImpl() const;
153  // Setter method for the Implementation Object
154  ::Teamcenter::RootObjectImpl* setFnd0LicenseUsageImpl( ::Teamcenter::RootObjectImpl* impl );
155 
156  // Method to set the delete impl boolean
157  void setDeleteImpl( bool del );
158 
159  // Pointer to the Implementation object
160  Fnd0LicenseUsageImpl* m_fnd0licenseusageImpl;
161 
162  // Flag to indicate if Implementation object needs to be deleted
164 
168  static std::string name;
169 
176 
177  friend class Fnd0LicenseUsageDelegate;
178  friend class Fnd0LicenseUsageGenImpl;
179 };
180 
181 #include <tc/libtc_undef.h>
182 #endif // TEAMCENTER__FND0LICENSEUSAGE__HXX