Teamcenter C++ API Reference  2312
ProjectSmartFolder.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, ProjectSmartFolder
12  Filename: ProjectSmartFolder.hxx
13  Module: tccore
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__PROJECTSMARTFOLDER__HXX
18 #define TEAMCENTER__PROJECTSMARTFOLDER__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <vector>
23 #include <common/tc_deprecation_macros.h>
25 
26 #include <tccore/libtccore_exports.h>
27 
28 namespace Teamcenter
29 {
30  class ProjectSmartFolder;
31 }
32 namespace Teamcenter
33 {
34  class ProjectSmartFolderImpl;
35 }
36 namespace Teamcenter
37 {
38  class ProjectSmartFolderDelegate;
39 }
40 namespace Teamcenter
41 {
42  class ProjectSmartFolderDispatch;
43 }
44 namespace Teamcenter
45 {
46  class ProjectSmartFolderGenImpl;
47 }
48 namespace Teamcenter
49 {
50  class RootObjectImpl;
51 }
52 
53 class TCCORE_API Teamcenter::ProjectSmartFolder
55 {
56 public:
57 
62  static const std::string& getInterfaceName();
63 
64 
72  int getFolder_name( std::string &value, bool &isNull ) const;
73 
81  int getOwning_project( tag_t &value, bool &isNull ) const;
82 
90  int getProject_data( std::vector< tag_t > &values, std::vector< int > &isNull ) const;
91 
99  int setFolder_name( const std::string &value, bool isNull=false );
100 
108  int setOwning_project( const tag_t &value, bool isNull=false );
109 
117  int setProject_data( const std::vector< tag_t > &values, const std::vector< int > *isNull=0 );
118 protected:
119  // Method to initialize
120  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
121 
126 
130  virtual ~ProjectSmartFolder();
131 
132 private:
133  // Getter method for the Implementation Object
134  ProjectSmartFolderImpl* getProjectSmartFolderImpl() const;
135  // Setter method for the Implementation Object
136  ::Teamcenter::RootObjectImpl* setProjectSmartFolderImpl( ::Teamcenter::RootObjectImpl* impl );
137 
138  // Method to set the delete impl boolean
139  void setDeleteImpl( bool del );
140 
141  // Pointer to the Implementation object
142  ProjectSmartFolderImpl* m_projectsmartfolderImpl;
143 
144  // Flag to indicate if Implementation object needs to be deleted
146 
150  static std::string name;
151 
158 
159  friend class ProjectSmartFolderDelegate;
160  friend class ProjectSmartFolderGenImpl;
161 };
162 
163 #include <tccore/libtccore_undef.h>
164 #endif // TEAMCENTER__PROJECTSMARTFOLDER__HXX