Teamcenter C++ API Reference  2312
Fnd0NotificationTemplate.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, Fnd0NotificationTemplate
12  Filename: Fnd0NotificationTemplate.hxx
13  Module: sub_mgr
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0NOTIFICATIONTEMPLATE__HXX
18 #define TEAMCENTER__FND0NOTIFICATIONTEMPLATE__HXX
19 
20 #include <string>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
23 #include <tccore/POM_object.hxx>
24 
25 #include <sub_mgr/libsub_mgr_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Fnd0NotificationTemplate;
30 }
31 namespace Teamcenter
32 {
33  class Fnd0NotificationTemplateImpl;
34 }
35 namespace Teamcenter
36 {
37  class Fnd0NotificationTemplateDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Fnd0NotificationTemplateDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Fnd0NotificationTemplateGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class SUB_MGR_API Teamcenter::Fnd0NotificationTemplate
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getMessage( std::string &value, bool &isNull ) const;
72 
80  int getMessage_modified( bool &value, bool &isNull ) const;
81 
89  int getProperties( std::vector< std::string > &values, std::vector< int > &isNull ) const;
90 
98  int getProperties_modified( bool &value, bool &isNull ) const;
99 
107  int getSubject( std::string &value, bool &isNull ) const;
108 
116  int getSubject_modified( bool &value, bool &isNull ) const;
117 
125  int setMessage( const std::string &value, bool isNull=false );
126 
134  int setMessage_modified( bool value, bool isNull=false );
135 
143  int setProperties( const std::vector< std::string > &values, const std::vector< int > *isNull=0 );
144 
152  int setProperties_modified( bool value, bool isNull=false );
153 
161  int setSubject( const std::string &value, bool isNull=false );
162 
170  int setSubject_modified( bool value, bool isNull=false );
171 protected:
172  // Method to initialize
173  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
174 
179 
183  virtual ~Fnd0NotificationTemplate();
184 
185 private:
186  // Getter method for the Implementation Object
187  Fnd0NotificationTemplateImpl* getFnd0NotificationTemplateImpl() const;
188  // Setter method for the Implementation Object
189  ::Teamcenter::RootObjectImpl* setFnd0NotificationTemplateImpl( ::Teamcenter::RootObjectImpl* impl );
190 
191  // Method to set the delete impl boolean
192  void setDeleteImpl( bool del );
193 
194  // Pointer to the Implementation object
195  Fnd0NotificationTemplateImpl* m_fnd0notificationtemplateImpl;
196 
197  // Flag to indicate if Implementation object needs to be deleted
199 
203  static std::string name;
204 
211 
212  friend class Fnd0NotificationTemplateDelegate;
213  friend class Fnd0NotificationTemplateGenImpl;
214 };
215 
216 #include <sub_mgr/libsub_mgr_undef.h>
217 #endif // TEAMCENTER__FND0NOTIFICATIONTEMPLATE__HXX