Teamcenter C++ API Reference  2312
Cpd0SubsetLine.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, Cpd0SubsetLine
12  Filename: Cpd0SubsetLine.hxx
13  Module: cpd0workset
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__CPD__CPD0SUBSETLINE__HXX
18 #define TEAMCENTER__CPD__CPD0SUBSETLINE__HXX
19 
20 #include <string>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
23 #include <bom/BOMLine.hxx>
24 
25 #include <cpd0workset/libcpd0workset_exports.h>
26 
27 namespace Teamcenter
28 {
29  namespace Cpd
30  {
31  class Cpd0SubsetLine;
32  }
33 }
34 namespace Teamcenter
35 {
36  namespace Cpd
37  {
38  class Cpd0SubsetLineImpl;
39  }
40 }
41 namespace Teamcenter
42 {
43  namespace Cpd
44  {
45  class Cpd0SubsetLineDelegate;
46  }
47 }
48 namespace Teamcenter
49 {
50  namespace Cpd
51  {
52  class Cpd0SubsetLineDispatch;
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace Cpd
58  {
59  class Cpd0SubsetLineGenImpl;
60  }
61 }
62 namespace Teamcenter
63 {
64  class RootObjectImpl;
65 }
66 
67 class CPD0WORKSET_API Teamcenter::Cpd::Cpd0SubsetLine
68  : public ::Teamcenter::BOMLine
69 {
70 public:
71 
76  static const std::string& getInterfaceName();
77 
78 
86  int getCpd0cs_id( std::string &value, bool &isNull ) const;
87 
95  int getCpd0MatchingClearanceCalcs( std::vector< std::string > &values, std::vector< int > &isNull ) const;
96 protected:
97  // Method to initialize
98  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
99 
103  Cpd0SubsetLine();
104 
108  virtual ~Cpd0SubsetLine();
109 
110 private:
111  // Getter method for the Implementation Object
112  Cpd0SubsetLineImpl* getCpd0SubsetLineImpl() const;
113  // Setter method for the Implementation Object
114  ::Teamcenter::RootObjectImpl* setCpd0SubsetLineImpl( ::Teamcenter::RootObjectImpl* impl );
115 
116  // Method to set the delete impl boolean
117  void setDeleteImpl( bool del );
118 
119  // Pointer to the Implementation object
120  Cpd0SubsetLineImpl* m_cpd0subsetlineImpl;
121 
122  // Flag to indicate if Implementation object needs to be deleted
124 
128  static std::string name;
129 
134  Cpd0SubsetLine( const Cpd0SubsetLine& );
136 
137  friend class Cpd0SubsetLineDelegate;
138  friend class Cpd0SubsetLineGenImpl;
139 };
140 
141 #include <cpd0workset/libcpd0workset_undef.h>
142 #endif // TEAMCENTER__CPD__CPD0SUBSETLINE__HXX