Teamcenter C++ API Reference  2312
Fnd0AuditDefProperty.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, Fnd0AuditDefProperty
12  Filename: Fnd0AuditDefProperty.hxx
13  Module: Fnd0audit_mgr
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0AUDITDEFPROPERTY__HXX
18 #define TEAMCENTER__FND0AUDITDEFPROPERTY__HXX
19 
20 #include <unidefs.h>
21 #include <string>
22 #include <common/tc_deprecation_macros.h>
23 #include <tccore/POM_object.hxx>
24 
25 #include <Fnd0audit_mgr/libfnd0audit_mgr_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Fnd0AuditDefProperty;
30 }
31 namespace Teamcenter
32 {
33  class Fnd0AuditDefPropertyImpl;
34 }
35 namespace Teamcenter
36 {
37  class Fnd0AuditDefPropertyDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Fnd0AuditDefPropertyDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Fnd0AuditDefPropertyGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class FND0AUDIT_MGR_API Teamcenter::Fnd0AuditDefProperty
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getFnd0AuditDef( tag_t &value, bool &isNull ) const;
72 
80  int getFnd0EnableTracking( int &value, bool &isNull ) const;
81 
89  int getFnd0IsSecondary( bool &value, bool &isNull ) const;
90 
98  int getFnd0ObjectType( tag_t &value, bool &isNull ) const;
99 
107  int getFnd0OvlRefDisplayPropName( std::string &value, bool &isNull ) const;
108 
116  int getFnd0OvlTargetPropName( std::string &value, bool &isNull ) const;
117 
125  int getFnd0PropName( std::string &value, bool &isNull ) const;
126 
134  int getFnd0RefDisplayPropName( std::string &value, bool &isNull ) const;
135 
143  int getFnd0TargetPropName( std::string &value, bool &isNull ) const;
144 
152  int setFnd0AuditDef( const tag_t &value, bool isNull=false );
153 
161  int setFnd0EnableTracking( int value, bool isNull=false );
162 
170  int setFnd0IsSecondary( bool value, bool isNull=false );
171 
179  int setFnd0ObjectType( const tag_t &value, bool isNull=false );
180 
188  int setFnd0OvlRefDisplayPropName( const std::string &value, bool isNull=false );
189 
197  int setFnd0OvlTargetPropName( const std::string &value, bool isNull=false );
198 
206  int setFnd0PropName( const std::string &value, bool isNull=false );
207 
215  int setFnd0RefDisplayPropName( const std::string &value, bool isNull=false );
216 
224  int setFnd0TargetPropName( const std::string &value, bool isNull=false );
225 protected:
226  // Method to initialize
227  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
228 
233 
237  virtual ~Fnd0AuditDefProperty();
238 
239 private:
240  // Getter method for the Implementation Object
241  Fnd0AuditDefPropertyImpl* getFnd0AuditDefPropertyImpl() const;
242  // Setter method for the Implementation Object
243  ::Teamcenter::RootObjectImpl* setFnd0AuditDefPropertyImpl( ::Teamcenter::RootObjectImpl* impl );
244 
245  // Method to set the delete impl boolean
246  void setDeleteImpl( bool del );
247 
248  // Pointer to the Implementation object
249  Fnd0AuditDefPropertyImpl* m_fnd0auditdefpropertyImpl;
250 
251  // Flag to indicate if Implementation object needs to be deleted
253 
257  static std::string name;
258 
265 
266  friend class Fnd0AuditDefPropertyDelegate;
267  friend class Fnd0AuditDefPropertyGenImpl;
268 };
269 
270 #include <Fnd0audit_mgr/libfnd0audit_mgr_undef.h>
271 #endif // TEAMCENTER__FND0AUDITDEFPROPERTY__HXX