Teamcenter C++ API Reference  2312
Seg0Alignment.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, Seg0Alignment
12  Filename: Seg0Alignment.hxx
13  Module: systemsengineering
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__SYSTEMSENGINEERING__SEG0ALIGNMENT__HXX
18 #define TEAMCENTER__SYSTEMSENGINEERING__SEG0ALIGNMENT__HXX
19 
20 #include <common/tc_deprecation_macros.h>
21 #include <tccore/POM_object.hxx>
22 
23 #include <systemsengineering/libsystemsengineering_exports.h>
24 
25 namespace Teamcenter
26 {
27  namespace systemsengineering
28  {
29  class Seg0Alignment;
30  }
31 }
32 namespace Teamcenter
33 {
34  namespace systemsengineering
35  {
36  class Seg0AlignmentImpl;
37  }
38 }
39 namespace Teamcenter
40 {
41  namespace systemsengineering
42  {
43  class Seg0AlignmentDelegate;
44  }
45 }
46 namespace Teamcenter
47 {
48  namespace systemsengineering
49  {
50  class Seg0AlignmentDispatch;
51  }
52 }
53 namespace Teamcenter
54 {
55  namespace systemsengineering
56  {
57  class Seg0AlignmentGenImpl;
58  }
59 }
60 namespace Teamcenter
61 {
62  class RootObjectImpl;
63 }
64 
65 class SYSTEMSENGINEERING_API Teamcenter::systemsengineering::Seg0Alignment
67 {
68 public:
69 
74  static const std::string& getInterfaceName();
75 
76 
84  int getIs_modifiable( bool &value, bool &isNull ) const;
85 protected:
86  // Method to initialize
87  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
88 
92  Seg0Alignment();
93 
97  virtual ~Seg0Alignment();
98 
99 private:
100  // Getter method for the Implementation Object
101  Seg0AlignmentImpl* getSeg0AlignmentImpl() const;
102  // Setter method for the Implementation Object
103  ::Teamcenter::RootObjectImpl* setSeg0AlignmentImpl( ::Teamcenter::RootObjectImpl* impl );
104 
105  // Method to set the delete impl boolean
106  void setDeleteImpl( bool del );
107 
108  // Pointer to the Implementation object
109  Seg0AlignmentImpl* m_seg0alignmentImpl;
110 
111  // Flag to indicate if Implementation object needs to be deleted
113 
117  static std::string name;
118 
123  Seg0Alignment( const Seg0Alignment& );
125 
126  friend class Seg0AlignmentDelegate;
127  friend class Seg0AlignmentGenImpl;
128 };
129 
130 #include <systemsengineering/libsystemsengineering_undef.h>
131 #endif // TEAMCENTER__SYSTEMSENGINEERING__SEG0ALIGNMENT__HXX