//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, Bom0AbstractPUSubstAlnmtThd Filename: Bom0AbstractPUSubstAlnmtThd.hxx Module: Bom0bommanagement @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPUSUBSTALNMTTHD__HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPUSUBSTALNMTTHD__HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlnmtThd; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlnmtThdImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlnmtThdDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlnmtThdDispatch; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlnmtThdGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class BOM0BOMMANAGEMENT_API Teamcenter::Bom0bommanagement::Bom0AbstractPUSubstAlnmtThd : public ::Teamcenter::Bom0bommanagement::Bom0AbstractUsageAlgnmtThd { 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 */ Bom0AbstractPUSubstAlnmtThd(); /** * Destructor */ virtual ~Bom0AbstractPUSubstAlnmtThd(); private: // Getter method for the Implementation Object Bom0AbstractPUSubstAlnmtThdImpl* getBom0AbstractPUSubstAlnmtThdImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setBom0AbstractPUSubstAlnmtThdImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Bom0AbstractPUSubstAlnmtThdImpl* m_bom0abstractpusubstalnmtthdImpl; // 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 Bom0AbstractPUSubstAlnmtThd - desc for Bom0AbstractPUSubstAlnmtThd parameter */ Bom0AbstractPUSubstAlnmtThd( const Bom0AbstractPUSubstAlnmtThd& ); Bom0AbstractPUSubstAlnmtThd& operator=( const Bom0AbstractPUSubstAlnmtThd& ); friend class Bom0AbstractPUSubstAlnmtThdDelegate; friend class Bom0AbstractPUSubstAlnmtThdDispatch; friend class Bom0AbstractPUSubstAlnmtThdGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPUSUBSTALNMTTHD__HXX