Teamcenter C++ API Reference  2312
Lbr0ActionSet.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, Lbr0ActionSet
12  Filename: Lbr0ActionSet.hxx
13  Module: Lbr0librarymgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__LIBRARYMGMT__LBR0ACTIONSET__HXX
18 #define TEAMCENTER__LIBRARYMGMT__LBR0ACTIONSET__HXX
19 
20 #include <vector>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Lbr0librarymgmt/liblbr0librarymgmt_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace LibraryMgmt
30  {
31  class Lbr0ActionSet;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace LibraryMgmt
37  {
38  class Lbr0ActionSetImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace LibraryMgmt
44  {
45  class Lbr0ActionSetDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace LibraryMgmt
51  {
52  class Lbr0ActionSetDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace LibraryMgmt
58  {
59  class Lbr0ActionSetGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class LBR0LIBRARYMGMT_API Teamcenter::LibraryMgmt::Lbr0ActionSet
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getLbr0ActionDefinitions( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
87 
95  int getLbr0ActionSetType( int &value, bool &isNull ) const;
96 
104  int getLbr0ApplicationData( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
105 
113  int getLbr0Source( std::string &value, bool &isNull ) const;
114 
122  int getLbr0Target( std::string &value, bool &isNull ) const;
123 
131  int setLbr0ActionSetType( int value, bool isNull=false );
132 
140  int setLbr0Source( const std::string &value, bool isNull=false );
141 
149  int setLbr0Target( const std::string &value, bool isNull=false );
150 protected:
151  // Method to initialize
152  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
153 
157  Lbr0ActionSet();
158 
162  virtual ~Lbr0ActionSet();
163 
164 private:
165  // Getter method for the Implementation Object
166  Lbr0ActionSetImpl* getLbr0ActionSetImpl() const;
167  // Setter method for the Implementation Object
168  ::Teamcenter::RootObjectImpl* setLbr0ActionSetImpl( ::Teamcenter::RootObjectImpl* impl );
169 
170  // Method to set the delete impl boolean
171  void setDeleteImpl( bool del );
172 
173  // Pointer to the Implementation object
174  Lbr0ActionSetImpl* m_lbr0actionsetImpl;
175 
176  // Flag to indicate if Implementation object needs to be deleted
178 
182  static std::string name;
183 
188  Lbr0ActionSet( const Lbr0ActionSet& );
190 
191  friend class Lbr0ActionSetDelegate;
192  friend class Lbr0ActionSetGenImpl;
193 };
194 
195 #include <Lbr0librarymgmt/liblbr0librarymgmt_undef.h>
196 #endif // TEAMCENTER__LIBRARYMGMT__LBR0ACTIONSET__HXX