Teamcenter C++ API Reference  2312
Prg0Attachment.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, Prg0Attachment
12  Filename: Prg0Attachment.hxx
13  Module: prg0programinfra
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ATTACHMENT__HXX
18 #define TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ATTACHMENT__HXX
19 
20 #include <common/tc_deprecation_macros.h>
21 #include <tccore/ImanRelation.hxx>
22 
23 #include <prg0programinfra/libprg0programinfra_exports.h>
24 
25 namespace Teamcenter
26 {
27  namespace ProgramInfra
28  {
29  namespace prg0programinfra
30  {
31  class Prg0Attachment;
32  }
33  }
34 }
35 namespace Teamcenter
36 {
37  namespace ProgramInfra
38  {
39  namespace prg0programinfra
40  {
41  class Prg0AttachmentImpl;
42  }
43  }
44 }
45 namespace Teamcenter
46 {
47  namespace ProgramInfra
48  {
49  namespace prg0programinfra
50  {
51  class Prg0AttachmentDelegate;
52  }
53  }
54 }
55 namespace Teamcenter
56 {
57  namespace ProgramInfra
58  {
59  namespace prg0programinfra
60  {
61  class Prg0AttachmentDispatch;
62  }
63  }
64 }
65 namespace Teamcenter
66 {
67  namespace ProgramInfra
68  {
69  namespace prg0programinfra
70  {
71  class Prg0AttachmentGenImpl;
72  }
73  }
74 }
75 namespace Teamcenter
76 {
77  class RootObjectImpl;
78 }
79 
80 class PRG0PROGRAMINFRA_API Teamcenter::ProgramInfra::prg0programinfra::Prg0Attachment
82 {
83 public:
84 
89  static const std::string& getInterfaceName();
90 
91 protected:
92  // Method to initialize
93  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
94 
99 
103  virtual ~Prg0Attachment();
104 
105 private:
106  // Getter method for the Implementation Object
107  Prg0AttachmentImpl* getPrg0AttachmentImpl() const;
108  // Setter method for the Implementation Object
109  ::Teamcenter::RootObjectImpl* setPrg0AttachmentImpl( ::Teamcenter::RootObjectImpl* impl );
110 
111  // Method to set the delete impl boolean
112  void setDeleteImpl( bool del );
113 
114  // Pointer to the Implementation object
115  Prg0AttachmentImpl* m_prg0attachmentImpl;
116 
117  // Flag to indicate if Implementation object needs to be deleted
119 
123  static std::string name;
124 
129  Prg0Attachment( const Prg0Attachment& );
131 
132  friend class Prg0AttachmentDelegate;
133  friend class Prg0AttachmentGenImpl;
134 };
135 
136 #include <prg0programinfra/libprg0programinfra_undef.h>
137 #endif // TEAMCENTER__PROGRAMINFRA__PRG0PROGRAMINFRA__PRG0ATTACHMENT__HXX