Teamcenter C++ API Reference  2312
Pka0ArtwkDesignRevision.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, Pka0ArtwkDesignRevision
12  Filename: Pka0ArtwkDesignRevision.hxx
13  Module: pkgart
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__PKGART__PKA0ARTWKDESIGNREVISION__HXX
18 #define TEAMCENTER__PKGART__PKA0ARTWKDESIGNREVISION__HXX
19 
20 #include <vector>
21 #include <common/tc_deprecation_macros.h>
23 
24 #include <pkgart/libpkgart_exports.h>
25 
26 namespace Teamcenter
27 {
28  namespace PKGART
29  {
30  class Pka0ArtwkDesignRevision;
31  }
32 }
33 namespace Teamcenter
34 {
35  namespace PKGART
36  {
37  class Pka0ArtwkDesignRevisionImpl;
38  }
39 }
40 namespace Teamcenter
41 {
42  namespace PKGART
43  {
44  class Pka0ArtwkDesignRevisionDelegate;
45  }
46 }
47 namespace Teamcenter
48 {
49  namespace PKGART
50  {
51  class Pka0ArtwkDesignRevisionDispatch;
52  }
53 }
54 namespace Teamcenter
55 {
56  namespace PKGART
57  {
58  class Pka0ArtwkDesignRevisionGenImpl;
59  }
60 }
61 namespace Teamcenter
62 {
63  class RootObjectImpl;
64 }
65 
66 class PKGART_API Teamcenter::PKGART::Pka0ArtwkDesignRevision
68 {
69 public:
70 
75  static const std::string& getInterfaceName();
76 
77 
85  int getPka0Languages( std::vector< std::string > &values, std::vector< int > &isNull ) const;
86 
94  int getPka0Markets( std::vector< std::string > &values, std::vector< int > &isNull ) const;
95 
103  int getPka0Regions( std::vector< std::string > &values, std::vector< int > &isNull ) const;
104 protected:
105  // Method to initialize
106  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
107 
112 
116  virtual ~Pka0ArtwkDesignRevision();
117 
118 private:
119  // Getter method for the Implementation Object
120  Pka0ArtwkDesignRevisionImpl* getPka0ArtwkDesignRevisionImpl() const;
121  // Setter method for the Implementation Object
122  ::Teamcenter::RootObjectImpl* setPka0ArtwkDesignRevisionImpl( ::Teamcenter::RootObjectImpl* impl );
123 
124  // Method to set the delete impl boolean
125  void setDeleteImpl( bool del );
126 
127  // Pointer to the Implementation object
128  Pka0ArtwkDesignRevisionImpl* m_pka0artwkdesignrevisionImpl;
129 
130  // Flag to indicate if Implementation object needs to be deleted
132 
136  static std::string name;
137 
144 
145  friend class Pka0ArtwkDesignRevisionDelegate;
146  friend class Pka0ArtwkDesignRevisionGenImpl;
147 };
148 
149 #include <pkgart/libpkgart_undef.h>
150 #endif // TEAMCENTER__PKGART__PKA0ARTWKDESIGNREVISION__HXX