//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, Fnd0VisioTmplRevision Filename: Fnd0VisioTmplRevision.hxx Module: Fnd0nweditor @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0VISIOTMPLREVISION__HXX #define TEAMCENTER__FND0VISIOTMPLREVISION__HXX #include #include #include namespace Teamcenter { class Fnd0VisioTmplRevision; } namespace Teamcenter { class Fnd0VisioTmplRevisionImpl; } namespace Teamcenter { class Fnd0VisioTmplRevisionDelegate; } namespace Teamcenter { class Fnd0VisioTmplRevisionDispatch; } namespace Teamcenter { class Fnd0VisioTmplRevisionGenImpl; } namespace Teamcenter { class RootObjectImpl; } class FND0NWEDITOR_API Teamcenter::Fnd0VisioTmplRevision : public ::Teamcenter::Fnd0DiagramTmplRevision { 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 */ Fnd0VisioTmplRevision(); /** * Destructor */ virtual ~Fnd0VisioTmplRevision(); private: // Getter method for the Implementation Object Fnd0VisioTmplRevisionImpl* getFnd0VisioTmplRevisionImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0VisioTmplRevisionImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0VisioTmplRevisionImpl* m_fnd0visiotmplrevisionImpl; // 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 Fnd0VisioTmplRevision - desc for Fnd0VisioTmplRevision parameter */ Fnd0VisioTmplRevision( const Fnd0VisioTmplRevision& ); Fnd0VisioTmplRevision& operator=( const Fnd0VisioTmplRevision& ); friend class Fnd0VisioTmplRevisionDelegate; friend class Fnd0VisioTmplRevisionDispatch; friend class Fnd0VisioTmplRevisionGenImpl; }; #include #endif // TEAMCENTER__FND0VISIOTMPLREVISION__HXX