Teamcenter C++ API Reference  2312
Fnd0MarkupChange.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, Fnd0MarkupChange
12  Filename: Fnd0MarkupChange.hxx
13  Module: ps
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0MARKUPCHANGE__HXX
18 #define TEAMCENTER__FND0MARKUPCHANGE__HXX
19 
20 #include <string>
21 #include <vector>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <ps/libps_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Fnd0MarkupChange;
30 }
31 namespace Teamcenter
32 {
33  class Fnd0MarkupChangeImpl;
34 }
35 namespace Teamcenter
36 {
37  class Fnd0MarkupChangeDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Fnd0MarkupChangeDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Fnd0MarkupChangeGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class PS_API Teamcenter::Fnd0MarkupChange
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getBl_line_name( std::string &value, bool &isNull ) const;
72 
80  int getBl_occ_type( std::string &value, bool &isNull ) const;
81 
89  int getBl_pack_count( std::string &value, bool &isNull ) const;
90 
98  int getBl_quantity( std::string &value, bool &isNull ) const;
99 
107  int getBl_sequence_no( std::string &value, bool &isNull ) const;
108 
115  int getFnd0markup_typeDisplayableValues( std::vector< std::string > &values );
116 
124  int setBl_occ_type( const std::string &value, bool isNull=false );
125 
133  int setBl_pack_count( const std::string &value, bool isNull=false );
134 
142  int setBl_quantity( const std::string &value, bool isNull=false );
143 
151  int setBl_sequence_no( const std::string &value, bool isNull=false );
152 protected:
153  // Method to initialize
154  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
155 
160 
164  virtual ~Fnd0MarkupChange();
165 
166 private:
167  // Getter method for the Implementation Object
168  Fnd0MarkupChangeImpl* getFnd0MarkupChangeImpl() const;
169  // Setter method for the Implementation Object
170  ::Teamcenter::RootObjectImpl* setFnd0MarkupChangeImpl( ::Teamcenter::RootObjectImpl* impl );
171 
172  // Method to set the delete impl boolean
173  void setDeleteImpl( bool del );
174 
175  // Pointer to the Implementation object
176  Fnd0MarkupChangeImpl* m_fnd0markupchangeImpl;
177 
178  // Flag to indicate if Implementation object needs to be deleted
180 
184  static std::string name;
185 
192 
193  friend class Fnd0MarkupChangeDelegate;
194  friend class Fnd0MarkupChangeGenImpl;
195 };
196 
197 #include <ps/libps_undef.h>
198 #endif // TEAMCENTER__FND0MARKUPCHANGE__HXX