Teamcenter C++ API Reference  2312
ACTLine.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, ACTLine
12  Filename: ACTLine.hxx
13  Module: cba
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__CBA__ACTLINE__HXX
18 #define TEAMCENTER__CBA__ACTLINE__HXX
19 
20 #include <string>
21 #include <common/tc_deprecation_macros.h>
22 #include <bom/BOMLine.hxx>
23 
24 #include <cba/libcba_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace cba
29  {
30  class ACTLine;
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace cba
36  {
37  class ACTLineImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace cba
43  {
44  class ACTLineDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace cba
50  {
51  class ACTLineDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace cba
57  {
58  class ACTLineGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class CBA_API Teamcenter::cba::ACTLine
67  : public ::Teamcenter::BOMLine
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 
85  int getCba0_alignedMathOccs( std::string &value, bool &isNull ) const;
86 
94  int getCba0_category( std::string &value, bool &isNull ) const;
95 
103  int getCba0_componentAlphaQuantity( std::string &value, bool &isNull ) const;
104 
112  int getCba0_loaVersionNumber( std::string &value, bool &isNull ) const;
113 
121  int getCba0_usageAddress00( std::string &value, bool &isNull ) const;
122 
130  int getCba0_usageAddress03( std::string &value, bool &isNull ) const;
131 protected:
132  // Method to initialize
133  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
134 
138  ACTLine();
139 
143  virtual ~ACTLine();
144 
145 private:
146  // Getter method for the Implementation Object
147  ACTLineImpl* getACTLineImpl() const;
148  // Setter method for the Implementation Object
149  ::Teamcenter::RootObjectImpl* setACTLineImpl( ::Teamcenter::RootObjectImpl* impl );
150 
151  // Method to set the delete impl boolean
152  void setDeleteImpl( bool del );
153 
154  // Pointer to the Implementation object
155  ACTLineImpl* m_actlineImpl;
156 
157  // Flag to indicate if Implementation object needs to be deleted
159 
163  static std::string name;
164 
169  ACTLine( const ACTLine& );
170  ACTLine& operator=( const ACTLine& );
171 
172  friend class ACTLineDelegate;
173  friend class ACTLineGenImpl;
174 };
175 
176 #include <cba/libcba_undef.h>
177 #endif // TEAMCENTER__CBA__ACTLINE__HXX