Teamcenter C++ API Reference  2312
Lis0Link.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, Lis0Link
12  Filename: Lis0Link.hxx
13  Module: Lis0lisfmwrk
14  @BMIDE autogenerated
15 ==================================================================================================*/
16 
17 #ifndef LIS0LISFMWRK__LIS0LINK__HXX
18 #define LIS0LISFMWRK__LIS0LINK__HXX
19 
20 #include <string>
22 #include <common/tc_deprecation_macros.h>
23 #include <form/Form.hxx>
24 
25 #include <Lis0lisfmwrk/liblis0lisfmwrk_exports.h>
26 
27 namespace lis0lisfmwrk
28 {
29  class Lis0Link;
30 }
31 namespace lis0lisfmwrk
32 {
33  class Lis0LinkImpl;
34 }
35 namespace lis0lisfmwrk
36 {
37  class Lis0LinkDelegate;
38 }
39 namespace lis0lisfmwrk
40 {
41  class Lis0LinkDispatch;
42 }
43 namespace lis0lisfmwrk
44 {
45  class Lis0LinkGenImpl;
46 }
47 namespace Teamcenter
48 {
49  class RootObjectImpl;
50 }
51 
52 class LIS0LISFMWRK_API lis0lisfmwrk::Lis0Link
53  : public ::Teamcenter::Form
54 {
55 public:
56 
61  static const std::string& getInterfaceName();
62 
63 
71  int getLis0accessibility( int &value, bool &isNull ) const;
72 
80  int getLis0previewUrl( std::string &value, bool &isNull ) const;
81 
89  int lis0getResource( const std::string *linkURL, ResourceInfo *resourceInfo );
90 protected:
91  // Method to initialize
92  virtual void initialize( ::Teamcenter::RootObjectImpl* impl );
93 
97  Lis0Link();
98 
102  virtual ~Lis0Link();
103 
104 private:
105  // Getter method for the Implementation Object
106  Lis0LinkImpl* getLis0LinkImpl() const;
107  // Setter method for the Implementation Object
108  ::Teamcenter::RootObjectImpl* setLis0LinkImpl( ::Teamcenter::RootObjectImpl* impl );
109 
110  // Method to set the delete impl boolean
111  void setDeleteImpl( bool del );
112 
113  // Pointer to the Implementation object
114  Lis0LinkImpl* m_lis0linkImpl;
115 
116  // Flag to indicate if Implementation object needs to be deleted
118 
122  static std::string name;
123 
128  Lis0Link( const Lis0Link& );
129  Lis0Link& operator=( const Lis0Link& );
130 
131  friend class Lis0LinkDelegate;
132  friend class Lis0LinkGenImpl;
133 };
134 
135 #include <Lis0lisfmwrk/liblis0lisfmwrk_undef.h>
136 #endif // LIS0LISFMWRK__LIS0LINK__HXX