//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, Fnd0RelevantBVR Filename: Fnd0RelevantBVR.hxx Module: ps @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0RELEVANTBVR__HXX #define TEAMCENTER__FND0RELEVANTBVR__HXX #include #include #include namespace Teamcenter { class Fnd0RelevantBVR; } namespace Teamcenter { class Fnd0RelevantBVRImpl; } namespace Teamcenter { class Fnd0RelevantBVRDelegate; } namespace Teamcenter { class Fnd0RelevantBVRDispatch; } namespace Teamcenter { class Fnd0RelevantBVRGenImpl; } namespace Teamcenter { class RootObjectImpl; } class PS_API Teamcenter::Fnd0RelevantBVR : public ::Teamcenter::POM_object { 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 */ Fnd0RelevantBVR(); /** * Destructor */ virtual ~Fnd0RelevantBVR(); private: // Getter method for the Implementation Object Fnd0RelevantBVRImpl* getFnd0RelevantBVRImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0RelevantBVRImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0RelevantBVRImpl* m_fnd0relevantbvrImpl; // 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 Fnd0RelevantBVR - desc for Fnd0RelevantBVR parameter */ Fnd0RelevantBVR( const Fnd0RelevantBVR& ); Fnd0RelevantBVR& operator=( const Fnd0RelevantBVR& ); friend class Fnd0RelevantBVRDelegate; friend class Fnd0RelevantBVRDispatch; friend class Fnd0RelevantBVRGenImpl; }; #include #endif // TEAMCENTER__FND0RELEVANTBVR__HXX