Teamcenter C++ API Reference  2312
Qc0RatingRule.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, Qc0RatingRule
13  Filename: Qc0RatingRule.hxx
14  Module: Qc0qualitybase
15  @BMIDE autogenerated
16 ==================================================================================================*/
17 
18 #ifndef QC0QUALITYCENTERBASE__QC0RATINGRULE__HXX
19 #define QC0QUALITYCENTERBASE__QC0RATINGRULE__HXX
20 
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Qc0qualitybase/libqc0qualitybase_exports.h>
26 
27 namespace qc0qualitycenterbase
28 {
29  class Qc0RatingRule;
30 }
31 namespace qc0qualitycenterbase
32 {
33  class Qc0RatingRuleImpl;
34 }
35 namespace qc0qualitycenterbase
36 {
37  class Qc0RatingRuleDelegate;
38 }
39 namespace qc0qualitycenterbase
40 {
41  class Qc0RatingRuleDispatch;
42 }
43 namespace qc0qualitycenterbase
44 {
45  class Qc0RatingRuleGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class QC0QUALITYBASE_API qc0qualitycenterbase::Qc0RatingRule
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getQc0AssessmentRule( std::vector< std::string > &values, std::vector< int > &isNull ) const;
72 
80  int setQc0AssessmentRule( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
81 protected:
82  // Method to initialize
83  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
84 
88  Qc0RatingRule();
89 
93  virtual ~Qc0RatingRule();
94 
95 private:
96  // Getter method for the Implementation Object
97  Qc0RatingRuleImpl* getQc0RatingRuleImpl() const;
98  // Setter method for the Implementation Object
99  ::Teamcenter::RootObjectImpl* setQc0RatingRuleImpl( ::Teamcenter::RootObjectImpl* impl );
100 
101  // Method to set the delete impl boolean
102  void setDeleteImpl( bool del );
103 
104  // Pointer to the Implementation object
105  Qc0RatingRuleImpl* m_qc0ratingruleImpl;
106 
107  // Flag to indicate if Implementation object needs to be deleted
109 
113  static std::string name;
114 
119  Qc0RatingRule( const Qc0RatingRule& );
121 
122  friend class Qc0RatingRuleDelegate;
123  friend class Qc0RatingRuleGenImpl;
124 };
125 
126 #include <Qc0qualitybase/libqc0qualitybase_undef.h>
127 #endif // QC0QUALITYCENTERBASE__QC0RATINGRULE__HXX