Teamcenter C++ API Reference  2312
Awp0Tile.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, Awp0Tile
12  Filename: Awp0Tile.hxx
13  Module: awp0aws2
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__AWP0TILE__HXX
18 #define TEAMCENTER__AWP0TILE__HXX
19 
20 #include <vector>
21 #include <unidefs.h>
22 #include <string>
23 #include <common/tc_deprecation_macros.h>
25 
26 #include <awp0aws2/libawp0aws2_exports.h>
27 
28 namespace Teamcenter
29 {
30  class Awp0Tile;
31 }
32 namespace Teamcenter
33 {
34  class Awp0TileImpl;
35 }
36 namespace Teamcenter
37 {
38  class Awp0TileDelegate;
39 }
40 namespace Teamcenter
41 {
42  class Awp0TileDispatch;
43 }
44 namespace Teamcenter
45 {
46  class Awp0TileGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class AWP0AWS2_API Teamcenter::Awp0Tile
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getAwp0ContentValues( std::vector< std::string > &values, std::vector< int > &isNull ) const;
73 
81  int getAwp0Messages( std::vector< std::string > &values, std::vector< int > &isNull ) const;
82 
90  int getAwp0ObjectRef( tag_t &value, bool &isNull ) const;
91 
99  int setAwp0DisplayName( const std::string &value, bool isNull=false );
100 protected:
101  // Method to initialize
102  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
103 
107  Awp0Tile();
108 
112  virtual ~Awp0Tile();
113 
114 private:
115  // Getter method for the Implementation Object
116  Awp0TileImpl* getAwp0TileImpl() const;
117  // Setter method for the Implementation Object
118  ::Teamcenter::RootObjectImpl* setAwp0TileImpl( ::Teamcenter::RootObjectImpl* impl );
119 
120  // Method to set the delete impl boolean
121  void setDeleteImpl( bool del );
122 
123  // Pointer to the Implementation object
124  Awp0TileImpl* m_awp0tileImpl;
125 
126  // Flag to indicate if Implementation object needs to be deleted
128 
132  static std::string name;
133 
138  Awp0Tile( const Awp0Tile& );
139  Awp0Tile& operator=( const Awp0Tile& );
140 
141  friend class Awp0TileDelegate;
142  friend class Awp0TileGenImpl;
143 };
144 
145 #include <awp0aws2/libawp0aws2_undef.h>
146 #endif // TEAMCENTER__AWP0TILE__HXX