//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, Mfg0MELocResLib Filename: Mfg0MELocResLib.hxx Module: me @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MFG0MELOCRESLIB__HXX #define TEAMCENTER__MFG0MELOCRESLIB__HXX #include #include #include namespace Teamcenter { class Mfg0MELocResLib; } namespace Teamcenter { class Mfg0MELocResLibImpl; } namespace Teamcenter { class Mfg0MELocResLibDelegate; } namespace Teamcenter { class Mfg0MELocResLibDispatch; } namespace Teamcenter { class Mfg0MELocResLibGenImpl; } namespace Teamcenter { class RootObjectImpl; } class ME_API Teamcenter::Mfg0MELocResLib : public ::Teamcenter::Item { 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 */ Mfg0MELocResLib(); /** * Destructor */ virtual ~Mfg0MELocResLib(); private: // Getter method for the Implementation Object Mfg0MELocResLibImpl* getMfg0MELocResLibImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setMfg0MELocResLibImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Mfg0MELocResLibImpl* m_mfg0melocreslibImpl; // 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 Mfg0MELocResLib - desc for Mfg0MELocResLib parameter */ Mfg0MELocResLib( const Mfg0MELocResLib& ); Mfg0MELocResLib& operator=( const Mfg0MELocResLib& ); friend class Mfg0MELocResLibDelegate; friend class Mfg0MELocResLibDispatch; friend class Mfg0MELocResLibGenImpl; }; #include #endif // TEAMCENTER__MFG0MELOCRESLIB__HXX