//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, Bom0CompositePBESubstitute Filename: Bom0CompositePBESubstitute.hxx Module: Bom0bommanagement @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0COMPOSITEPBESUBSTITUTE__HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0COMPOSITEPBESUBSTITUTE__HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0CompositePBESubstitute; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0CompositePBESubstituteImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0CompositePBESubstituteDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0CompositePBESubstituteDispatch; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0CompositePBESubstituteGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class BOM0BOMMANAGEMENT_API Teamcenter::Bom0bommanagement::Bom0CompositePBESubstitute : 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 */ Bom0CompositePBESubstitute(); /** * Destructor */ virtual ~Bom0CompositePBESubstitute(); private: // Getter method for the Implementation Object Bom0CompositePBESubstituteImpl* getBom0CompositePBESubstituteImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setBom0CompositePBESubstituteImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Bom0CompositePBESubstituteImpl* m_bom0compositepbesubstituteImpl; // 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 Bom0CompositePBESubstitute - desc for Bom0CompositePBESubstitute parameter */ Bom0CompositePBESubstitute( const Bom0CompositePBESubstitute& ); Bom0CompositePBESubstitute& operator=( const Bom0CompositePBESubstitute& ); friend class Bom0CompositePBESubstituteDelegate; friend class Bom0CompositePBESubstituteDispatch; friend class Bom0CompositePBESubstituteGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0COMPOSITEPBESUBSTITUTE__HXX