Teamcenter C++ API Reference  2312
SystemStampConfiguration.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, SystemStampConfiguration
12  Filename: SystemStampConfiguration.hxx
13  Module: docmgt
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__SYSTEMSTAMPCONFIGURATION__HXX
18 #define TEAMCENTER__SYSTEMSTAMPCONFIGURATION__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <vector>
23 #include <common/tc_deprecation_macros.h>
24 #include <rbf/BusinessElement.hxx>
25 
26 #include <docmgt/libdocmgt_exports.h>
27 
28 namespace Teamcenter
29 {
30  class SystemStampConfiguration;
31 }
32 namespace Teamcenter
33 {
34  class SystemStampConfigurationImpl;
35 }
36 namespace Teamcenter
37 {
38  class SystemStampConfigurationDelegate;
39 }
40 namespace Teamcenter
41 {
42  class SystemStampConfigurationDispatch;
43 }
44 namespace Teamcenter
45 {
46  class SystemStampConfigurationGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class DOCMGT_API Teamcenter::SystemStampConfiguration
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getApplies_to( std::string &value, bool &isNull ) const;
73 
81  int getBus_obj( tag_t &value, bool &isNull ) const;
82 
90  int getInclude_date( bool &value, bool &isNull ) const;
91 
99  int getInclude_user_name( bool &value, bool &isNull ) const;
100 
108  int getMds_template_name( std::string &value, bool &isNull ) const;
109 
117  int getProperties( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
118 
126  int getUser_stamp( std::string &value, bool &isNull ) const;
127 
135  int getWater_mark( std::string &value, bool &isNull ) const;
136 
144  int setApplies_to( const std::string &value, bool isNull=false );
145 
153  int setBus_obj( const tag_t &value, bool isNull=false );
154 
162  int setInclude_date( bool value, bool isNull=false );
163 
171  int setInclude_user_name( bool value, bool isNull=false );
172 
180  int setMds_template_name( const std::string &value, bool isNull=false );
181 
189  int setProperties( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
190 
198  int setUser_stamp( const std::string &value, bool isNull=false );
199 
207  int setWater_mark( const std::string &value, bool isNull=false );
208 protected:
209  // Method to initialize
210  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
211 
216 
220  virtual ~SystemStampConfiguration();
221 
222 private:
223  // Getter method for the Implementation Object
224  SystemStampConfigurationImpl* getSystemStampConfigurationImpl() const;
225  // Setter method for the Implementation Object
226  ::Teamcenter::RootObjectImpl* setSystemStampConfigurationImpl( ::Teamcenter::RootObjectImpl* impl );
227 
228  // Method to set the delete impl boolean
229  void setDeleteImpl( bool del );
230 
231  // Pointer to the Implementation object
232  SystemStampConfigurationImpl* m_systemstampconfigurationImpl;
233 
234  // Flag to indicate if Implementation object needs to be deleted
236 
240  static std::string name;
241 
248 
249  friend class SystemStampConfigurationDelegate;
250  friend class SystemStampConfigurationGenImpl;
251 };
252 
253 #include <docmgt/libdocmgt_undef.h>
254 #endif // TEAMCENTER__SYSTEMSTAMPCONFIGURATION__HXX