Teamcenter C++ API Reference  2312
Ptn0ApprSrchPartition.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, Ptn0ApprSrchPartition
12  Filename: Ptn0ApprSrchPartition.hxx
13  Module: ptn0partition
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__PARTITION__PTN0APPRSRCHPARTITION__HXX
18 #define TEAMCENTER__PARTITION__PTN0APPRSRCHPARTITION__HXX
19 
20 #include <common/tc_deprecation_macros.h>
22 
23 #include <ptn0partition/libptn0partition_exports.h>
24 
25 namespace Teamcenter
26 {
27  namespace Partition
28  {
30  }
31 }
32 namespace Teamcenter
33 {
34  namespace Partition
35  {
36  class Ptn0ApprSrchPartitionImpl;
37  }
38 }
39 namespace Teamcenter
40 {
41  namespace Partition
42  {
43  class Ptn0ApprSrchPartitionDelegate;
44  }
45 }
46 namespace Teamcenter
47 {
48  namespace Partition
49  {
50  class Ptn0ApprSrchPartitionDispatch;
51  }
52 }
53 namespace Teamcenter
54 {
55  namespace Partition
56  {
57  class Ptn0ApprSrchPartitionGenImpl;
58  }
59 }
60 namespace Teamcenter
61 {
62  class RootObjectImpl;
63 }
64 
65 class PTN0PARTITION_API Teamcenter::Partition::Ptn0ApprSrchPartition
67 {
68 public:
69 
74  static const std::string& getInterfaceName();
75 
76 
84  int getPtn0include_children( bool &value, bool &isNull ) const;
85 
93  int setPtn0include_children( bool value, bool isNull=false );
94 protected:
95  // Method to initialize
96  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
97 
102 
106  virtual ~Ptn0ApprSrchPartition();
107 
108 private:
109  // Getter method for the Implementation Object
110  Ptn0ApprSrchPartitionImpl* getPtn0ApprSrchPartitionImpl() const;
111  // Setter method for the Implementation Object
112  ::Teamcenter::RootObjectImpl* setPtn0ApprSrchPartitionImpl( ::Teamcenter::RootObjectImpl* impl );
113 
114  // Method to set the delete impl boolean
115  void setDeleteImpl( bool del );
116 
117  // Pointer to the Implementation object
118  Ptn0ApprSrchPartitionImpl* m_ptn0apprsrchpartitionImpl;
119 
120  // Flag to indicate if Implementation object needs to be deleted
122 
126  static std::string name;
127 
134 
135  friend class Ptn0ApprSrchPartitionDelegate;
136  friend class Ptn0ApprSrchPartitionGenImpl;
137 };
138 
139 #include <ptn0partition/libptn0partition_undef.h>
140 #endif // TEAMCENTER__PARTITION__PTN0APPRSRCHPARTITION__HXX