Teamcenter C++ API Reference  2312
Awp0GatewayTileRel.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, Awp0GatewayTileRel
12  Filename: Awp0GatewayTileRel.hxx
13  Module: awp0aws2
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__AWP0GATEWAYTILEREL__HXX
18 #define TEAMCENTER__AWP0GATEWAYTILEREL__HXX
19 
20 #include <common/tc_deprecation_macros.h>
21 #include <tccore/ImanRelation.hxx>
22 
23 #include <awp0aws2/libawp0aws2_exports.h>
24 
25 namespace Teamcenter
26 {
27  class Awp0GatewayTileRel;
28 }
29 namespace Teamcenter
30 {
31  class Awp0GatewayTileRelImpl;
32 }
33 namespace Teamcenter
34 {
35  class Awp0GatewayTileRelDelegate;
36 }
37 namespace Teamcenter
38 {
39  class Awp0GatewayTileRelDispatch;
40 }
41 namespace Teamcenter
42 {
43  class Awp0GatewayTileRelGenImpl;
44 }
45 namespace Teamcenter
46 {
47  class RootObjectImpl;
48 }
49 
50 class AWP0AWS2_API Teamcenter::Awp0GatewayTileRel
52 {
53 public:
54 
59  static const std::string& getInterfaceName();
60 
61 
69  int setAwp0OrderNo( int value, bool isNull=false );
70 
78  int setAwp0Protected( bool value, bool isNull=false );
79 
87  int setAwp0Removed( bool value, bool isNull=false );
88 
96  int setAwp0Size( int value, bool isNull=false );
97 protected:
98  // Method to initialize
99  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
100 
105 
109  virtual ~Awp0GatewayTileRel();
110 
111 private:
112  // Getter method for the Implementation Object
113  Awp0GatewayTileRelImpl* getAwp0GatewayTileRelImpl() const;
114  // Setter method for the Implementation Object
115  ::Teamcenter::RootObjectImpl* setAwp0GatewayTileRelImpl( ::Teamcenter::RootObjectImpl* impl );
116 
117  // Method to set the delete impl boolean
118  void setDeleteImpl( bool del );
119 
120  // Pointer to the Implementation object
121  Awp0GatewayTileRelImpl* m_awp0gatewaytilerelImpl;
122 
123  // Flag to indicate if Implementation object needs to be deleted
125 
129  static std::string name;
130 
137 
138  friend class Awp0GatewayTileRelDelegate;
139  friend class Awp0GatewayTileRelGenImpl;
140 };
141 
142 #include <awp0aws2/libawp0aws2_undef.h>
143 #endif // TEAMCENTER__AWP0GATEWAYTILEREL__HXX