//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, Bom0CompositePUSubstitute Filename: Bom0CompositePUSubstitute.hxx Module: Bom0bommanagement @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0COMPOSITEPUSUBSTITUTE__HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0COMPOSITEPUSUBSTITUTE__HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0CompositePUSubstitute; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0CompositePUSubstituteImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0CompositePUSubstituteDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0CompositePUSubstituteDispatch; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0CompositePUSubstituteGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class BOM0BOMMANAGEMENT_API Teamcenter::Bom0bommanagement::Bom0CompositePUSubstitute : public ::Teamcenter::RuntimeBusinessObject { 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 */ Bom0CompositePUSubstitute(); /** * Destructor */ virtual ~Bom0CompositePUSubstitute(); private: // Getter method for the Implementation Object Bom0CompositePUSubstituteImpl* getBom0CompositePUSubstituteImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setBom0CompositePUSubstituteImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Bom0CompositePUSubstituteImpl* m_bom0compositepusubstituteImpl; // 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 Bom0CompositePUSubstitute - desc for Bom0CompositePUSubstitute parameter */ Bom0CompositePUSubstitute( const Bom0CompositePUSubstitute& ); Bom0CompositePUSubstitute& operator=( const Bom0CompositePUSubstitute& ); friend class Bom0CompositePUSubstituteDelegate; friend class Bom0CompositePUSubstituteDispatch; friend class Bom0CompositePUSubstituteGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0COMPOSITEPUSUBSTITUTE__HXX