//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, Bom0AbstPartUsagePlantInc Filename: Bom0AbstPartUsagePlantInc.hxx Module: Bom0plantbommgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTPARTUSAGEPLANTINC__HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTPARTUSAGEPLANTINC__HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstPartUsagePlantInc; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstPartUsagePlantIncImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstPartUsagePlantIncDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstPartUsagePlantIncDispatch; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstPartUsagePlantIncGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class BOM0PLANTBOMMGMT_API Teamcenter::Bom0bommanagement::Bom0AbstPartUsagePlantInc : public ::Teamcenter::Aps0AbstractPlantInc { 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 */ Bom0AbstPartUsagePlantInc(); /** * Destructor */ virtual ~Bom0AbstPartUsagePlantInc(); private: // Getter method for the Implementation Object Bom0AbstPartUsagePlantIncImpl* getBom0AbstPartUsagePlantIncImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setBom0AbstPartUsagePlantIncImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Bom0AbstPartUsagePlantIncImpl* m_bom0abstpartusageplantincImpl; // 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 Bom0AbstPartUsagePlantInc - desc for Bom0AbstPartUsagePlantInc parameter */ Bom0AbstPartUsagePlantInc( const Bom0AbstPartUsagePlantInc& ); Bom0AbstPartUsagePlantInc& operator=( const Bom0AbstPartUsagePlantInc& ); friend class Bom0AbstPartUsagePlantIncDelegate; friend class Bom0AbstPartUsagePlantIncDispatch; friend class Bom0AbstPartUsagePlantIncGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTPARTUSAGEPLANTINC__HXX