Teamcenter C++ API Reference  2312
BulkInput.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, BulkInput
12  Filename: BulkInput.hxx
13  Module: metaframework
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__BULKINPUT__HXX
18 #define TEAMCENTER__BULKINPUT__HXX
19 
20 #include <unidefs.h>
21 #include <common/tc_deprecation_macros.h>
23 
24 #include <metaframework/libmetaframework_exports.h>
25 
26 namespace Teamcenter
27 {
28  class BulkInput;
29 }
30 namespace Teamcenter
31 {
32  class BulkInputImpl;
33 }
34 namespace Teamcenter
35 {
36  class BulkInputDelegate;
37 }
38 namespace Teamcenter
39 {
40  class BulkInputDispatch;
41 }
42 namespace Teamcenter
43 {
44  class BulkInputGenImpl;
45 }
46 namespace Teamcenter
47 {
48  class RootObjectImpl;
49 }
50 
51 class METAFRAMEWORK_API Teamcenter::BulkInput
53 {
54 public:
55 
60  static const std::string& getInterfaceName();
61 
62 
70  TC_DEPRECATED_WITH_DEPRECATION_INFO("Teamcenter 11.2.3","Teamcenter::BulkInput::fnd0Copy","Users have to use fnd0GetCopy instead of fnd0Copy")
71  int fnd0Copy( ::Teamcenter::BulkInput *copyObject );
72 
79  int fnd0GetCopy( ::Teamcenter::BulkInput *&copyObject );
80 
87  int fnd0GetType( tag_t *typeTag );
88 protected:
89  // Method to initialize
90  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
91 
95  BulkInput();
96 
100  virtual ~BulkInput();
101 
102 private:
103  // Getter method for the Implementation Object
104  BulkInputImpl* getBulkInputImpl() const;
105  // Setter method for the Implementation Object
106  ::Teamcenter::RootObjectImpl* setBulkInputImpl( ::Teamcenter::RootObjectImpl* impl );
107 
108  // Method to set the delete impl boolean
109  void setDeleteImpl( bool del );
110 
111  // Pointer to the Implementation object
112  BulkInputImpl* m_bulkinputImpl;
113 
114  // Flag to indicate if Implementation object needs to be deleted
116 
120  static std::string name;
121 
126  BulkInput( const BulkInput& );
127  BulkInput& operator=( const BulkInput& );
128 
129  friend class BulkInputDelegate;
130  friend class BulkInputGenImpl;
131 };
132 
133 #include <metaframework/libmetaframework_undef.h>
134 #endif // TEAMCENTER__BULKINPUT__HXX