Teamcenter C++ API Reference  2312
Qc0FailureExt.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 //e
7 //==================================================
8 //Copyright 2022 Siemens Digital Industries Software
9 
10 /*==================================================================================================
11 File description:
12  This file contains the declaration for the Business Object, Qc0Failure
13  Filename: Qc0FailureExt.hxx
14  Module: Aqc0qcmaw
15  @BMIDE autogenerated
16 ==================================================================================================*/
17 
18 #ifndef AQC0__TEAMCENTER__AQC0QCMAW__QC0FAILURE__HXX
19 #define AQC0__TEAMCENTER__AQC0QCMAW__QC0FAILURE__HXX
20 
21 #include <common/tc_deprecation_macros.h>
25 
26 #include <Aqc0qcmaw/libaqc0qcmaw_exports.h>
27 
28 namespace aqc0
29 {
30  namespace Teamcenter
31  {
32  namespace aqc0qcmaw
33  {
34  class Qc0Failure;
35  }
36  }
37 }
38 namespace aqc0
39 {
40  namespace Teamcenter
41  {
42  namespace aqc0qcmaw
43  {
44  class Qc0FailureImpl;
45  }
46  }
47 }
48 namespace aqc0
49 {
50  namespace Teamcenter
51  {
52  namespace aqc0qcmaw
53  {
54  class Qc0FailureDelegate;
55  }
56  }
57 }
58 namespace aqc0
59 {
60  namespace Teamcenter
61  {
62  namespace aqc0qcmaw
63  {
64  class Qc0FailureDispatch;
65  }
66  }
67 }
68 namespace aqc0
69 {
70  namespace Teamcenter
71  {
72  namespace aqc0qcmaw
73  {
74  class Qc0FailureGenImpl;
75  }
76  }
77 }
78 namespace Teamcenter
79 {
80  class RootObjectImpl;
81 }
82 
83 class AQC0QCMAW_API aqc0::Teamcenter::aqc0qcmaw::Qc0Failure
85 {
86 public:
87 
91  Qc0Failure( tag_t objTag );
96  static ::Teamcenter::BusinessObjectExtenderRegistry< aqc0::Teamcenter::aqc0qcmaw::Qc0Failure >& extenderRegistry();
97 
102  static const std::string& getExtenderInterfaceName();
103 
104 
112  int getAqc0ContainActiveChild( bool &value, bool &isNull ) const;
113 protected:
114  // Method to initialize
115  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
116 
117 
121  virtual ~Qc0Failure();
122 
123 private:
124  // Getter method for the Implementation Object
125  Qc0FailureImpl* getQc0FailureImpl() const;
126  // Setter method for the Implementation Object
127  ::Teamcenter::RootObjectImpl* setQc0FailureImpl( ::Teamcenter::RootObjectImpl* impl );
128 
129  // Method to set the delete impl boolean
130  void setDeleteImpl( bool del );
131 
132  // Pointer to the Implementation object
133  Qc0FailureImpl* m_qc0failureImpl;
134 
135  // Flag to indicate if Implementation object needs to be deleted
137 
141  static std::string name;
142 
147  Qc0Failure( const Qc0Failure& );
148  Qc0Failure& operator=( const Qc0Failure& );
149 
150  friend class Qc0FailureDelegate;
151  friend class Qc0FailureGenImpl;
152 };
153 
154 #include <Aqc0qcmaw/libaqc0qcmaw_undef.h>
155 #endif // AQC0__TEAMCENTER__AQC0QCMAW__QC0FAILURE__HXX