Teamcenter C++ API Reference  2312
Lbr0SpecificationElement.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, Lbr0SpecificationElement
12  Filename: Lbr0SpecificationElement.hxx
13  Module: Lbr0librarymgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONELEMENT__HXX
18 #define TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONELEMENT__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 <Lbr0librarymgmt/liblbr0librarymgmt_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace LibraryMgmt
30  {
31  class Lbr0SpecificationElement;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace LibraryMgmt
37  {
38  class Lbr0SpecificationElementImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace LibraryMgmt
44  {
45  class Lbr0SpecificationElementDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace LibraryMgmt
51  {
52  class Lbr0SpecificationElementDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace LibraryMgmt
58  {
59  class Lbr0SpecificationElementGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class LBR0LIBRARYMGMT_API Teamcenter::LibraryMgmt::Lbr0SpecificationElement
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getLbr0Specification( tag_t &value, bool &isNull ) const;
87 
95  int setLbr0Description( const std::string &value, bool isNull=false );
96 
104  int setLbr0ElementId( const std::string &value, bool isNull=false );
105 
113  int setLbr0IsActive( bool value, bool isNull=false );
114 
122  int setLbr0Name( const std::string &value, bool isNull=false );
123 
131  int setLbr0Specification( const tag_t &value, bool isNull=false );
132 protected:
133  // Method to initialize
134  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
135 
140 
144  virtual ~Lbr0SpecificationElement();
145 
146 private:
147  // Getter method for the Implementation Object
148  Lbr0SpecificationElementImpl* getLbr0SpecificationElementImpl() const;
149  // Setter method for the Implementation Object
150  ::Teamcenter::RootObjectImpl* setLbr0SpecificationElementImpl( ::Teamcenter::RootObjectImpl* impl );
151 
152  // Method to set the delete impl boolean
153  void setDeleteImpl( bool del );
154 
155  // Pointer to the Implementation object
156  Lbr0SpecificationElementImpl* m_lbr0specificationelementImpl;
157 
158  // Flag to indicate if Implementation object needs to be deleted
160 
164  static std::string name;
165 
172 
173  friend class Lbr0SpecificationElementDelegate;
174  friend class Lbr0SpecificationElementGenImpl;
175 };
176 
177 #include <Lbr0librarymgmt/liblbr0librarymgmt_undef.h>
178 #endif // TEAMCENTER__LIBRARYMGMT__LBR0SPECIFICATIONELEMENT__HXX