//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, Bom0PBESubstitute Filename: Bom0PBESubstitute.hxx Module: Bom0bommanagement @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PBESUBSTITUTE__HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PBESUBSTITUTE__HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0PBESubstitute; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PBESubstituteImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PBESubstituteDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PBESubstituteDispatch; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PBESubstituteGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class BOM0BOMMANAGEMENT_API Teamcenter::Bom0bommanagement::Bom0PBESubstitute : 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 */ Bom0PBESubstitute(); /** * Destructor */ virtual ~Bom0PBESubstitute(); private: // Getter method for the Implementation Object Bom0PBESubstituteImpl* getBom0PBESubstituteImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setBom0PBESubstituteImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Bom0PBESubstituteImpl* m_bom0pbesubstituteImpl; // 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 Bom0PBESubstitute - desc for Bom0PBESubstitute parameter */ Bom0PBESubstitute( const Bom0PBESubstitute& ); Bom0PBESubstitute& operator=( const Bom0PBESubstitute& ); friend class Bom0PBESubstituteDelegate; friend class Bom0PBESubstituteDispatch; friend class Bom0PBESubstituteGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PBESUBSTITUTE__HXX