Teamcenter C++ API Reference  2312
Mfg0BvrPart.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, Mfg0BvrPart
12  Filename: Mfg0BvrPart.hxx
13  Module: mfgbvr
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__MFG0BVRPART__HXX
18 #define TEAMCENTER__MFG0BVRPART__HXX
19 
20 #include <vector>
21 #include <common/tc_deprecation_macros.h>
23 
24 #include <mfgbvr/libmfgbvr_exports.h>
25 
26 namespace Teamcenter
27 {
28  class Mfg0BvrPart;
29 }
30 namespace Teamcenter
31 {
32  class Mfg0BvrPartImpl;
33 }
34 namespace Teamcenter
35 {
36  class Mfg0BvrPartDelegate;
37 }
38 namespace Teamcenter
39 {
40  class Mfg0BvrPartDispatch;
41 }
42 namespace Teamcenter
43 {
44  class Mfg0BvrPartGenImpl;
45 }
46 namespace Teamcenter
47 {
48  class RootObjectImpl;
49 }
50 
51 class MFGBVR_API Teamcenter::Mfg0BvrPart
53 {
54 public:
55 
60  static const std::string& getInterfaceName();
61 
62 
70  int getMfg0all_to( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
71 
79  int getMfg0assembled_to( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
80 
88  int getMfg0assigned_to( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
89 
97  int getMfg0consumed_to( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
98 
106  int getMfg0disassembled_to( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
107 
115  int getMfg0handled_to( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
116 
124  int getMfg0other_to( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
125 protected:
126  // Method to initialize
127  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
128 
132  Mfg0BvrPart();
133 
137  virtual ~Mfg0BvrPart();
138 
139 private:
140  // Getter method for the Implementation Object
141  Mfg0BvrPartImpl* getMfg0BvrPartImpl() const;
142  // Setter method for the Implementation Object
143  ::Teamcenter::RootObjectImpl* setMfg0BvrPartImpl( ::Teamcenter::RootObjectImpl* impl );
144 
145  // Method to set the delete impl boolean
146  void setDeleteImpl( bool del );
147 
148  // Pointer to the Implementation object
149  Mfg0BvrPartImpl* m_mfg0bvrpartImpl;
150 
151  // Flag to indicate if Implementation object needs to be deleted
153 
157  static std::string name;
158 
163  Mfg0BvrPart( const Mfg0BvrPart& );
164  Mfg0BvrPart& operator=( const Mfg0BvrPart& );
165 
166  friend class Mfg0BvrPartDelegate;
167  friend class Mfg0BvrPartGenImpl;
168 };
169 
170 #include <mfgbvr/libmfgbvr_undef.h>
171 #endif // TEAMCENTER__MFG0BVRPART__HXX