Teamcenter C++ API Reference  2312
Fnd0OccEffValue.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, Fnd0OccEffValue
12  Filename: Fnd0OccEffValue.hxx
13  Module: ps
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0OCCEFFVALUE__HXX
18 #define TEAMCENTER__FND0OCCEFFVALUE__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
23 #include <tccore/POM_object.hxx>
24 
25 #include <ps/libps_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Fnd0OccEffValue;
30 }
31 namespace Teamcenter
32 {
33  class Fnd0OccEffValueImpl;
34 }
35 namespace Teamcenter
36 {
37  class Fnd0OccEffValueDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Fnd0OccEffValueDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Fnd0OccEffValueGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class PS_API Teamcenter::Fnd0OccEffValue
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0BeforeEff( std::string &value, bool &isNull ) const;
72 
80  int getFnd0EffProposal( std::string &value, bool &isNull ) const;
81 
89  int getFnd0IsOverride( bool &value, bool &isNull ) const;
90 
98  int getFnd0OccThread( tag_t &value, bool &isNull ) const;
99 
107  int getFnd0OwningCutback( tag_t &value, bool &isNull ) const;
108 
116  int getFnd0PrimaryEff( tag_t &value, bool &isNull ) const;
117 
125  int getFnd0StatusStr( std::string &value, bool &isNull ) const;
126 
134  int setFnd0BeforeEff( const std::string &value, bool isNull=false );
135 
143  int setFnd0EffProposal( const std::string &value, bool isNull=false );
144 
152  int setFnd0IsOverride( bool value, bool isNull=false );
153 
161  int setFnd0OccThread( const tag_t &value, bool isNull=false );
162 
170  int setFnd0OwningCutback( const tag_t &value, bool isNull=false );
171 
179  int setFnd0PrimaryEff( const tag_t &value, bool isNull=false );
180 
188  int setFnd0StatusStr( const std::string &value, bool isNull=false );
189 protected:
190  // Method to initialize
191  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
192 
196  Fnd0OccEffValue();
197 
201  virtual ~Fnd0OccEffValue();
202 
203 private:
204  // Getter method for the Implementation Object
205  Fnd0OccEffValueImpl* getFnd0OccEffValueImpl() const;
206  // Setter method for the Implementation Object
207  ::Teamcenter::RootObjectImpl* setFnd0OccEffValueImpl( ::Teamcenter::RootObjectImpl* impl );
208 
209  // Method to set the delete impl boolean
210  void setDeleteImpl( bool del );
211 
212  // Pointer to the Implementation object
213  Fnd0OccEffValueImpl* m_fnd0occeffvalueImpl;
214 
215  // Flag to indicate if Implementation object needs to be deleted
217 
221  static std::string name;
222 
229 
230  friend class Fnd0OccEffValueDelegate;
231  friend class Fnd0OccEffValueGenImpl;
232 };
233 
234 #include <ps/libps_undef.h>
235 #endif // TEAMCENTER__FND0OCCEFFVALUE__HXX