//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, Fnd0DiagramTmpl Filename: Fnd0DiagramTmpl.hxx Module: Fnd0nweditor @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0DIAGRAMTMPL__HXX #define TEAMCENTER__FND0DIAGRAMTMPL__HXX #include #include #include namespace Teamcenter { class Fnd0DiagramTmpl; } namespace Teamcenter { class Fnd0DiagramTmplImpl; } namespace Teamcenter { class Fnd0DiagramTmplDelegate; } namespace Teamcenter { class Fnd0DiagramTmplDispatch; } namespace Teamcenter { class Fnd0DiagramTmplGenImpl; } namespace Teamcenter { class RootObjectImpl; } class FND0NWEDITOR_API Teamcenter::Fnd0DiagramTmpl : public ::Teamcenter::ExportTemplate { 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 */ Fnd0DiagramTmpl(); /** * Destructor */ virtual ~Fnd0DiagramTmpl(); private: // Getter method for the Implementation Object Fnd0DiagramTmplImpl* getFnd0DiagramTmplImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0DiagramTmplImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0DiagramTmplImpl* m_fnd0diagramtmplImpl; // 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 Fnd0DiagramTmpl - desc for Fnd0DiagramTmpl parameter */ Fnd0DiagramTmpl( const Fnd0DiagramTmpl& ); Fnd0DiagramTmpl& operator=( const Fnd0DiagramTmpl& ); friend class Fnd0DiagramTmplDelegate; friend class Fnd0DiagramTmplDispatch; friend class Fnd0DiagramTmplGenImpl; }; #include #endif // TEAMCENTER__FND0DIAGRAMTMPL__HXX