//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, Lis0ServiceProvidersDynamicLOV Filename: Lis0ServiceProvidersDynamicLOV.hxx Module: Lis0lisfmwrk @BMIDE autogenerated ==================================================================================================*/ #ifndef LIS0LISFMWRK__LIS0SERVICEPROVIDERSDYNAMICLOV__HXX #define LIS0LISFMWRK__LIS0SERVICEPROVIDERSDYNAMICLOV__HXX #include #include #include namespace lis0lisfmwrk { class Lis0ServiceProvidersDynamicLOV; } namespace lis0lisfmwrk { class Lis0ServiceProvidersDynamicLOVImpl; } namespace lis0lisfmwrk { class Lis0ServiceProvidersDynamicLOVDelegate; } namespace lis0lisfmwrk { class Lis0ServiceProvidersDynamicLOVDispatch; } namespace lis0lisfmwrk { class Lis0ServiceProvidersDynamicLOVGenImpl; } namespace Teamcenter { class RootObjectImpl; } class LIS0LISFMWRK_API lis0lisfmwrk::Lis0ServiceProvidersDynamicLOV : public ::Teamcenter::Fnd0ListOfValuesDynamic { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ Lis0ServiceProvidersDynamicLOV(); /** * Destructor */ virtual ~Lis0ServiceProvidersDynamicLOV(); private: // Getter method for the Implementation Object Lis0ServiceProvidersDynamicLOVImpl* getLis0ServiceProvidersDynamicLOVImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setLis0ServiceProvidersDynamicLOVImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Lis0ServiceProvidersDynamicLOVImpl* m_lis0serviceprovidersdynamiclovImpl; // Flag to indicate if Implementation object needs to be deleted bool m_deleteImpl; /** * Name of the Business Object */ static std::string name; /** * Private default constructor. We do not want this class instantiated without the business object passed in. * @param Lis0ServiceProvidersDynamicLOV - desc for Lis0ServiceProvidersDynamicLOV parameter */ Lis0ServiceProvidersDynamicLOV( const Lis0ServiceProvidersDynamicLOV& ); Lis0ServiceProvidersDynamicLOV& operator=( const Lis0ServiceProvidersDynamicLOV& ); friend class Lis0ServiceProvidersDynamicLOVDelegate; friend class Lis0ServiceProvidersDynamicLOVDispatch; friend class Lis0ServiceProvidersDynamicLOVGenImpl; }; #include #endif // LIS0LISFMWRK__LIS0SERVICEPROVIDERSDYNAMICLOV__HXX