Teamcenter C++ API Reference  2312
TableCell.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, TableCell
12  Filename: TableCell.hxx
13  Module: tccore
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__TABLECELL__HXX
18 #define TEAMCENTER__TABLECELL__HXX
19 
20 #include <string>
21 #include <common/tc_deprecation_macros.h>
22 #include <tccore/POM_object.hxx>
23 
24 #include <tccore/libtccore_exports.h>
25 
26 namespace Teamcenter
27 {
28  class TableCell;
29 }
30 namespace Teamcenter
31 {
32  class TableCellImpl;
33 }
34 namespace Teamcenter
35 {
36  class TableCellDelegate;
37 }
38 namespace Teamcenter
39 {
40  class TableCellDispatch;
41 }
42 namespace Teamcenter
43 {
44  class TableCellGenImpl;
45 }
46 namespace Teamcenter
47 {
48  class RootObjectImpl;
49 }
50 
51 class TCCORE_API Teamcenter::TableCell
53 {
54 public:
55 
60  static const std::string& getInterfaceName();
61 
62 
70  int getCol( int &value, bool &isNull ) const;
71 
79  int getDesc( std::string &value, bool &isNull ) const;
80 
88  int getRow( int &value, bool &isNull ) const;
89 
97  int setCol( int value, bool isNull=false );
98 
106  int setDesc( const std::string &value, bool isNull=false );
107 
115  int setRow( int value, bool isNull=false );
116 protected:
117  // Method to initialize
118  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
119 
123  TableCell();
124 
128  virtual ~TableCell();
129 
130 private:
131  // Getter method for the Implementation Object
132  TableCellImpl* getTableCellImpl() const;
133  // Setter method for the Implementation Object
134  ::Teamcenter::RootObjectImpl* setTableCellImpl( ::Teamcenter::RootObjectImpl* impl );
135 
136  // Method to set the delete impl boolean
137  void setDeleteImpl( bool del );
138 
139  // Pointer to the Implementation object
140  TableCellImpl* m_tablecellImpl;
141 
142  // Flag to indicate if Implementation object needs to be deleted
144 
148  static std::string name;
149 
154  TableCell( const TableCell& );
155  TableCell& operator=( const TableCell& );
156 
157  friend class TableCellDelegate;
158  friend class TableCellGenImpl;
159 };
160 
161 #include <tccore/libtccore_undef.h>
162 #endif // TEAMCENTER__TABLECELL__HXX