Teamcenter C++ API Reference  2312
Fnd0OccEffCutback.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, Fnd0OccEffCutback
12  Filename: Fnd0OccEffCutback.hxx
13  Module: ps
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0OCCEFFCUTBACK__HXX
18 #define TEAMCENTER__FND0OCCEFFCUTBACK__HXX
19 
20 #include <string>
21 #include <vector>
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 Fnd0OccEffCutback;
30 }
31 namespace Teamcenter
32 {
33  class Fnd0OccEffCutbackImpl;
34 }
35 namespace Teamcenter
36 {
37  class Fnd0OccEffCutbackDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Fnd0OccEffCutbackDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Fnd0OccEffCutbackGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class PS_API Teamcenter::Fnd0OccEffCutback
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0Active( bool &value, bool &isNull ) const;
72 
80  int getFnd0AllowGaps( bool &value, bool &isNull ) const;
81 
89  int getFnd0CutbackEffs( std::string &value, bool &isNull ) const;
90 
98  int getFnd0Description( std::string &value, bool &isNull ) const;
99 
107  int getFnd0Name( std::string &value, bool &isNull ) const;
108 
116  int getFnd0ReplacedOccs( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
117 
125  int getFnd0ReplacingOccs( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
126 
134  int getFnd0Sequence( int &value, bool &isNull ) const;
135 
143  int setFnd0Active( bool value, bool isNull=false );
144 
152  int setFnd0AllowGaps( bool value, bool isNull=false );
153 
161  int setFnd0CutbackEffs( const std::string &value, bool isNull=false );
162 
170  int setFnd0Description( const std::string &value, bool isNull=false );
171 
179  int setFnd0Name( const std::string &value, bool isNull=false );
180 
188  int setFnd0ReplacedOccs( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
189 
197  int setFnd0ReplacingOccs( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
198 
206  int setFnd0Sequence( int value, bool isNull=false );
207 protected:
208  // Method to initialize
209  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
210 
215 
219  virtual ~Fnd0OccEffCutback();
220 
221 private:
222  // Getter method for the Implementation Object
223  Fnd0OccEffCutbackImpl* getFnd0OccEffCutbackImpl() const;
224  // Setter method for the Implementation Object
225  ::Teamcenter::RootObjectImpl* setFnd0OccEffCutbackImpl( ::Teamcenter::RootObjectImpl* impl );
226 
227  // Method to set the delete impl boolean
228  void setDeleteImpl( bool del );
229 
230  // Pointer to the Implementation object
231  Fnd0OccEffCutbackImpl* m_fnd0occeffcutbackImpl;
232 
233  // Flag to indicate if Implementation object needs to be deleted
235 
239  static std::string name;
240 
247 
248  friend class Fnd0OccEffCutbackDelegate;
249  friend class Fnd0OccEffCutbackGenImpl;
250 };
251 
252 #include <ps/libps_undef.h>
253 #endif // TEAMCENTER__FND0OCCEFFCUTBACK__HXX