//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, Fnd0DesignToBomRelInfo Filename: Fnd0DesignToBomRelInfo.hxx Module: me @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0DESIGNTOBOMRELINFO__HXX #define TEAMCENTER__FND0DESIGNTOBOMRELINFO__HXX #include #include #include namespace Teamcenter { class Fnd0DesignToBomRelInfo; } namespace Teamcenter { class Fnd0DesignToBomRelInfoImpl; } namespace Teamcenter { class Fnd0DesignToBomRelInfoDelegate; } namespace Teamcenter { class Fnd0DesignToBomRelInfoDispatch; } namespace Teamcenter { class Fnd0DesignToBomRelInfoGenImpl; } namespace Teamcenter { class RootObjectImpl; } class ME_API Teamcenter::Fnd0DesignToBomRelInfo : 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 */ Fnd0DesignToBomRelInfo(); /** * Destructor */ virtual ~Fnd0DesignToBomRelInfo(); private: // Getter method for the Implementation Object Fnd0DesignToBomRelInfoImpl* getFnd0DesignToBomRelInfoImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setFnd0DesignToBomRelInfoImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Fnd0DesignToBomRelInfoImpl* m_fnd0designtobomrelinfoImpl; // 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 Fnd0DesignToBomRelInfo - desc for Fnd0DesignToBomRelInfo parameter */ Fnd0DesignToBomRelInfo( const Fnd0DesignToBomRelInfo& ); Fnd0DesignToBomRelInfo& operator=( const Fnd0DesignToBomRelInfo& ); friend class Fnd0DesignToBomRelInfoDelegate; friend class Fnd0DesignToBomRelInfoDispatch; friend class Fnd0DesignToBomRelInfoGenImpl; }; #include #endif // TEAMCENTER__FND0DESIGNTOBOMRELINFO__HXX