Teamcenter C++ API Reference  2312
Fnd0ItemLineLite.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, Fnd0ItemLineLite
12  Filename: Fnd0ItemLineLite.hxx
13  Module: Fnd0bomlite
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef TEAMCENTER__FND0ITEMLINELITE__HXX
18 #define TEAMCENTER__FND0ITEMLINELITE__HXX
19 
20 #include <string>
21 #include <unidefs.h>
22 #include <common/tc_deprecation_macros.h>
24 
25 #include <Fnd0bomlite/libfnd0bomlite_exports.h>
26 
27 namespace Teamcenter
28 {
29  class Fnd0ItemLineLite;
30 }
31 namespace Teamcenter
32 {
33  class Fnd0ItemLineLiteImpl;
34 }
35 namespace Teamcenter
36 {
37  class Fnd0ItemLineLiteDelegate;
38 }
39 namespace Teamcenter
40 {
41  class Fnd0ItemLineLiteDispatch;
42 }
43 namespace Teamcenter
44 {
45  class Fnd0ItemLineLiteGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class FND0BOMLITE_API Teamcenter::Fnd0ItemLineLite
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getBl_bomview_uid( std::string &value, bool &isNull ) const;
72 
80  int getbl_formula( std::string &value, bool &isNull ) const;
81 
89  int getbl_is_occ_configured( bool &value, bool &isNull ) const;
90 
98  int getbl_is_suppressed( bool &value, bool &isNull ) const;
99 
107  int getBl_item( tag_t &value, bool &isNull ) const;
108 
116  int getbl_rev_effectivity_text( std::string &value, bool &isNull ) const;
117 
125  int getBl_revision( tag_t &value, bool &isNull ) const;
126 
134  int getbl_used_arrangement( tag_t &value, bool &isNull ) const;
135 
143  int getbl_used_arrangement_name( std::string &value, bool &isNull ) const;
144 
152  int getbl_variant_state( int &value, bool &isNull ) const;
153 
161  int getFnd0bl_is_mono_override( int &value, bool &isNull ) const;
162 
170  int getfnd0bl_occ_effectivity_text( std::string &value, bool &isNull ) const;
171 protected:
172  // Method to initialize
173  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
174 
179 
183  virtual ~Fnd0ItemLineLite();
184 
185 private:
186  // Getter method for the Implementation Object
187  Fnd0ItemLineLiteImpl* getFnd0ItemLineLiteImpl() const;
188  // Setter method for the Implementation Object
189  ::Teamcenter::RootObjectImpl* setFnd0ItemLineLiteImpl( ::Teamcenter::RootObjectImpl* impl );
190 
191  // Method to set the delete impl boolean
192  void setDeleteImpl( bool del );
193 
194  // Pointer to the Implementation object
195  Fnd0ItemLineLiteImpl* m_fnd0itemlineliteImpl;
196 
197  // Flag to indicate if Implementation object needs to be deleted
199 
203  static std::string name;
204 
211 
212  friend class Fnd0ItemLineLiteDelegate;
213  friend class Fnd0ItemLineLiteGenImpl;
214 };
215 
216 #include <Fnd0bomlite/libfnd0bomlite_undef.h>
217 #endif // TEAMCENTER__FND0ITEMLINELITE__HXX