//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, Lrm0RMResourceAttrHelper Filename: Lrm0RMResourceAttrHelper.hxx Module: Lrm0lisrm @BMIDE autogenerated ==================================================================================================*/ #ifndef LRM0LISRM__LRM0RMRESOURCEATTRHELPER__HXX #define LRM0LISRM__LRM0RMRESOURCEATTRHELPER__HXX #include #include #include namespace lrm0lisrm { class Lrm0RMResourceAttrHelper; } namespace lrm0lisrm { class Lrm0RMResourceAttrHelperImpl; } namespace lrm0lisrm { class Lrm0RMResourceAttrHelperDelegate; } namespace lrm0lisrm { class Lrm0RMResourceAttrHelperDispatch; } namespace lrm0lisrm { class Lrm0RMResourceAttrHelperGenImpl; } namespace Teamcenter { class RootObjectImpl; } class LRM0LISRM_API lrm0lisrm::Lrm0RMResourceAttrHelper : public ::osl0lisoslc::Osl0ResourceAttrHelper { 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 */ Lrm0RMResourceAttrHelper(); /** * Destructor */ virtual ~Lrm0RMResourceAttrHelper(); private: // Getter method for the Implementation Object Lrm0RMResourceAttrHelperImpl* getLrm0RMResourceAttrHelperImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setLrm0RMResourceAttrHelperImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Lrm0RMResourceAttrHelperImpl* m_lrm0rmresourceattrhelperImpl; // 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 Lrm0RMResourceAttrHelper - desc for Lrm0RMResourceAttrHelper parameter */ Lrm0RMResourceAttrHelper( const Lrm0RMResourceAttrHelper& ); Lrm0RMResourceAttrHelper& operator=( const Lrm0RMResourceAttrHelper& ); friend class Lrm0RMResourceAttrHelperDelegate; friend class Lrm0RMResourceAttrHelperDispatch; friend class Lrm0RMResourceAttrHelperGenImpl; }; #include #endif // LRM0LISRM__LRM0RMRESOURCEATTRHELPER__HXX