Teamcenter C++ API Reference  2312
ADA_License.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, ADA_License
12  Filename: ADA_License.hxx
13  Module: tccore
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__ADA_LICENSE__HXX
18 #define TEAMCENTER__ADA_LICENSE__HXX
19 
20 #include <string>
21 #include <vector>
22 #include <unidefs.h>
23 #include <common/tc_deprecation_macros.h>
25 
26 #include <tccore/libtccore_exports.h>
27 
28 namespace Teamcenter
29 {
30  class ADA_License;
31 }
32 namespace Teamcenter
33 {
34  class ADA_LicenseImpl;
35 }
36 namespace Teamcenter
37 {
38  class ADA_LicenseDelegate;
39 }
40 namespace Teamcenter
41 {
42  class ADA_LicenseDispatch;
43 }
44 namespace Teamcenter
45 {
46  class ADA_LicenseGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class TCCORE_API Teamcenter::ADA_License
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getFnd0license_category( std::string &value, bool &isNull ) const;
73 
81  int getFnd0LicenseChangeAuditLogs( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
82 
90  int getFnd0user_citizenships( std::vector< std::string > &values, std::vector< int > &isNull ) const;
91 
99  int getGroups( std::vector< std::string > &values, std::vector< int > &isNull ) const;
100 
108  int getLock_date( date_t &value, bool &isNull ) const;
109 
117  int getQualifying_cfr( std::string &value, bool &isNull ) const;
118 
126  int setFnd0license_category( const std::string &value, bool isNull=false );
127 
135  int setFnd0user_citizenships( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
136 
144  int setGroups( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
145 
153  int setLock_date( const date_t &value, bool isNull=false );
154 
162  int setQualifying_cfr( const std::string &value, bool isNull=false );
163 protected:
164  // Method to initialize
165  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
166 
170  ADA_License();
171 
175  virtual ~ADA_License();
176 
177 private:
178  // Getter method for the Implementation Object
179  ADA_LicenseImpl* getADA_LicenseImpl() const;
180  // Setter method for the Implementation Object
181  ::Teamcenter::RootObjectImpl* setADA_LicenseImpl( ::Teamcenter::RootObjectImpl* impl );
182 
183  // Method to set the delete impl boolean
184  void setDeleteImpl( bool del );
185 
186  // Pointer to the Implementation object
187  ADA_LicenseImpl* m_ada_licenseImpl;
188 
189  // Flag to indicate if Implementation object needs to be deleted
191 
195  static std::string name;
196 
201  ADA_License( const ADA_License& );
202  ADA_License& operator=( const ADA_License& );
203 
204  friend class ADA_LicenseDelegate;
205  friend class ADA_LicenseGenImpl;
206 };
207 
208 #include <tccore/libtccore_undef.h>
209 #endif // TEAMCENTER__ADA_LICENSE__HXX