Teamcenter C++ API Reference  2312
Psi0PrgDelRevision.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, Psi0PrgDelRevision
12  Filename: Psi0PrgDelRevision.hxx
13  Module: Psi0ppsminterface
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__PSI0PRGDELREVISION__HXX
18 #define TEAMCENTER__PSI0PRGDELREVISION__HXX
19 
20 #include <string>
21 #include <common/tc_deprecation_macros.h>
22 #include <tccore/ItemRevision.hxx>
23 
24 #include <Psi0ppsminterface/libpsi0ppsminterface_exports.h>
25 
26 namespace Teamcenter
27 {
28  class Psi0PrgDelRevision;
29 }
30 namespace Teamcenter
31 {
32  class Psi0PrgDelRevisionImpl;
33 }
34 namespace Teamcenter
35 {
36  class Psi0PrgDelRevisionDelegate;
37 }
38 namespace Teamcenter
39 {
40  class Psi0PrgDelRevisionDispatch;
41 }
42 namespace Teamcenter
43 {
44  class Psi0PrgDelRevisionGenImpl;
45 }
46 namespace Teamcenter
47 {
48  class RootObjectImpl;
49 }
50 
51 class PSI0PPSMINTERFACE_API Teamcenter::Psi0PrgDelRevision
53 {
54 public:
55 
60  static const std::string& getInterfaceName();
61 
62 
70  int setPsi0PercentComplete( int value, bool isNull=false );
71 
79  int setPsi0State( const std::string &value, bool isNull=false );
80 
87  int psi0IsContentSecurityEnabled( bool *isContentSecurityFlag );
88 protected:
89  // Method to initialize
90  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
91 
96 
100  virtual ~Psi0PrgDelRevision();
101 
102 private:
103  // Getter method for the Implementation Object
104  Psi0PrgDelRevisionImpl* getPsi0PrgDelRevisionImpl() const;
105  // Setter method for the Implementation Object
106  ::Teamcenter::RootObjectImpl* setPsi0PrgDelRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
107 
108  // Method to set the delete impl boolean
109  void setDeleteImpl( bool del );
110 
111  // Pointer to the Implementation object
112  Psi0PrgDelRevisionImpl* m_psi0prgdelrevisionImpl;
113 
114  // Flag to indicate if Implementation object needs to be deleted
116 
120  static std::string name;
121 
128 
129  friend class Psi0PrgDelRevisionDelegate;
130  friend class Psi0PrgDelRevisionGenImpl;
131 };
132 
133 #include <Psi0ppsminterface/libpsi0ppsminterface_undef.h>
134 #endif // TEAMCENTER__PSI0PRGDELREVISION__HXX