Teamcenter C++ API Reference  2312
Mat1MaterialRevisionExt.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, Mat1MaterialRevision
12  Filename: Mat1MaterialRevisionExt.hxx
13  Module: scp0subscmpl
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef SCP0__SUBSCMPL__MAT1MATERIALREVISION__HXX
18 #define SCP0__SUBSCMPL__MAT1MATERIALREVISION__HXX
19 
20 #include <vector>
21 #include <common/tc_deprecation_macros.h>
25 
26 #include <scp0subscmpl/libscp0subscmpl_exports.h>
27 
28 namespace scp0
29 {
30  namespace subscmpl
31  {
32  class Mat1MaterialRevision;
33  }
34 }
35 namespace scp0
36 {
37  namespace subscmpl
38  {
39  class Mat1MaterialRevisionImpl;
40  }
41 }
42 namespace scp0
43 {
44  namespace subscmpl
45  {
46  class Mat1MaterialRevisionDelegate;
47  }
48 }
49 namespace scp0
50 {
51  namespace subscmpl
52  {
53  class Mat1MaterialRevisionDispatch;
54  }
55 }
56 namespace scp0
57 {
58  namespace subscmpl
59  {
60  class Mat1MaterialRevisionGenImpl;
61  }
62 }
63 namespace Teamcenter
64 {
65  class RootObjectImpl;
66 }
67 
68 class SCP0SUBSCMPL_API scp0::subscmpl::Mat1MaterialRevision
70 {
71 public:
72 
76  Mat1MaterialRevision( tag_t objTag );
81  static ::Teamcenter::BusinessObjectExtenderRegistry< scp0::subscmpl::Mat1MaterialRevision >& extenderRegistry();
82 
87  static const std::string& getExtenderInterfaceName();
88 
89 
97  int getScp0MaterialMfgMappingObjs( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
98 protected:
99  // Method to initialize
100  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
101 
102 
106  virtual ~Mat1MaterialRevision();
107 
108 private:
109  // Getter method for the Implementation Object
110  Mat1MaterialRevisionImpl* getMat1MaterialRevisionImpl() const;
111  // Setter method for the Implementation Object
112  ::Teamcenter::RootObjectImpl* setMat1MaterialRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
113 
114  // Method to set the delete impl boolean
115  void setDeleteImpl( bool del );
116 
117  // Pointer to the Implementation object
118  Mat1MaterialRevisionImpl* m_mat1materialrevisionImpl;
119 
120  // Flag to indicate if Implementation object needs to be deleted
122 
126  static std::string name;
127 
134 
135  friend class Mat1MaterialRevisionDelegate;
136  friend class Mat1MaterialRevisionGenImpl;
137 };
138 
139 #include <scp0subscmpl/libscp0subscmpl_undef.h>
140 #endif // SCP0__SUBSCMPL__MAT1MATERIALREVISION__HXX