Teamcenter C++ API Reference  2312
Qfm0ActionPriority.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, Qfm0ActionPriority
13  Filename: Qfm0ActionPriority.hxx
14  Module: Qfm0qcfmea
15  @BMIDE autogenerated
16 ==================================================================================================*/
17 
18 #ifndef QFM0QCFMEA__QFM0ACTIONPRIORITY__HXX
19 #define QFM0QCFMEA__QFM0ACTIONPRIORITY__HXX
20 
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Qfm0qcfmea/libqfm0qcfmea_exports.h>
26 
27 namespace Qfm0qcfmea
28 {
29  class Qfm0ActionPriority;
30 }
31 namespace Qfm0qcfmea
32 {
33  class Qfm0ActionPriorityImpl;
34 }
35 namespace Qfm0qcfmea
36 {
37  class Qfm0ActionPriorityDelegate;
38 }
39 namespace Qfm0qcfmea
40 {
41  class Qfm0ActionPriorityDispatch;
42 }
43 namespace Qfm0qcfmea
44 {
45  class Qfm0ActionPriorityGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class QFM0QCFMEA_API Qfm0qcfmea::Qfm0ActionPriority
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getQfm0DetectionRange( std::string &value, bool &isNull ) const;
72 
80  int getQfm0OccurrenceRange( std::string &value, bool &isNull ) const;
81 
89  int getQfm0SeverityRange( std::string &value, bool &isNull ) const;
90 protected:
91  // Method to initialize
92  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
93 
98 
102  virtual ~Qfm0ActionPriority();
103 
104 private:
105  // Getter method for the Implementation Object
106  Qfm0ActionPriorityImpl* getQfm0ActionPriorityImpl() const;
107  // Setter method for the Implementation Object
108  ::Teamcenter::RootObjectImpl* setQfm0ActionPriorityImpl( ::Teamcenter::RootObjectImpl* impl );
109 
110  // Method to set the delete impl boolean
111  void setDeleteImpl( bool del );
112 
113  // Pointer to the Implementation object
114  Qfm0ActionPriorityImpl* m_qfm0actionpriorityImpl;
115 
116  // Flag to indicate if Implementation object needs to be deleted
118 
122  static std::string name;
123 
130 
131  friend class Qfm0ActionPriorityDelegate;
132  friend class Qfm0ActionPriorityGenImpl;
133 };
134 
135 #include <Qfm0qcfmea/libqfm0qcfmea_undef.h>
136 #endif // QFM0QCFMEA__QFM0ACTIONPRIORITY__HXX