//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, Bom0AbstractPUSubstAlgnmt Filename: Bom0AbstractPUSubstAlgnmt.hxx Module: Bom0bommanagement @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPUSUBSTALGNMT__HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPUSUBSTALGNMT__HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlgnmt; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlgnmtImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlgnmtDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlgnmtDispatch; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlgnmtGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class BOM0BOMMANAGEMENT_API Teamcenter::Bom0bommanagement::Bom0AbstractPUSubstAlgnmt : public ::Teamcenter::Bom0bommanagement::Bom0AbstractUsageAlignment { 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 */ Bom0AbstractPUSubstAlgnmt(); /** * Destructor */ virtual ~Bom0AbstractPUSubstAlgnmt(); private: // Getter method for the Implementation Object Bom0AbstractPUSubstAlgnmtImpl* getBom0AbstractPUSubstAlgnmtImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setBom0AbstractPUSubstAlgnmtImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Bom0AbstractPUSubstAlgnmtImpl* m_bom0abstractpusubstalgnmtImpl; // 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 Bom0AbstractPUSubstAlgnmt - desc for Bom0AbstractPUSubstAlgnmt parameter */ Bom0AbstractPUSubstAlgnmt( const Bom0AbstractPUSubstAlgnmt& ); Bom0AbstractPUSubstAlgnmt& operator=( const Bom0AbstractPUSubstAlgnmt& ); friend class Bom0AbstractPUSubstAlgnmtDelegate; friend class Bom0AbstractPUSubstAlgnmtDispatch; friend class Bom0AbstractPUSubstAlgnmtGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPUSUBSTALGNMT__HXX