Teamcenter C++ API Reference  2312
Qam0QualityAction.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, Qam0QualityAction
12  Filename: Qam0QualityAction.hxx
13  Module: Qam0qualityactionmgmt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef QAM0QUALITYACTIONMGMT__QAM0QUALITYACTION__HXX
18 #define QAM0QUALITYACTIONMGMT__QAM0QUALITYACTION__HXX
19 
20 #include <unidefs.h>
21 #include <vector>
22 #include <string>
23 #include <common/tc_deprecation_macros.h>
25 
26 #include <Qam0qualityactionmgmt/libqam0qualityactionmgmt_exports.h>
27 
28 namespace qam0qualityactionmgmt
29 {
30  class Qam0QualityAction;
31 }
32 namespace qam0qualityactionmgmt
33 {
34  class Qam0QualityActionImpl;
35 }
36 namespace qam0qualityactionmgmt
37 {
38  class Qam0QualityActionDelegate;
39 }
40 namespace qam0qualityactionmgmt
41 {
42  class Qam0QualityActionDispatch;
43 }
44 namespace qam0qualityactionmgmt
45 {
46  class Qam0QualityActionGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class QAM0QUALITYACTIONMGMT_API qam0qualityactionmgmt::Qam0QualityAction
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getQam0Contexts( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
73 
81  int getQam0DetectionActions( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
82 
90  int getQam0PreventiveActions( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
91 
99  int setQam0DependentQualityActions( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
100 
108  int setQam0QualityActionStatus( const std::string &value, bool isNull=false );
109 
117  int setQam0SourceMasterTemplate( const tag_t &value, bool isNull=false );
118 
125  int qam0populateContext( tag_t &actionTag ) const;
126 protected:
127  // Method to initialize
128  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
129 
134 
138  virtual ~Qam0QualityAction();
139 
140 private:
141  // Getter method for the Implementation Object
142  Qam0QualityActionImpl* getQam0QualityActionImpl() const;
143  // Setter method for the Implementation Object
144  ::Teamcenter::RootObjectImpl* setQam0QualityActionImpl( ::Teamcenter::RootObjectImpl* impl );
145 
146  // Method to set the delete impl boolean
147  void setDeleteImpl( bool del );
148 
149  // Pointer to the Implementation object
150  Qam0QualityActionImpl* m_qam0qualityactionImpl;
151 
152  // Flag to indicate if Implementation object needs to be deleted
154 
158  static std::string name;
159 
166 
167  friend class Qam0QualityActionDelegate;
168  friend class Qam0QualityActionGenImpl;
169 };
170 
171 #include <Qam0qualityactionmgmt/libqam0qualityactionmgmt_undef.h>
172 #endif // QAM0QUALITYACTIONMGMT__QAM0QUALITYACTION__HXX