//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, Cba0SGUProcurementProxy Filename: Cba0SGUProcurementProxy.hxx Module: cba @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CBA__CBA0SGUPROCUREMENTPROXY__HXX #define TEAMCENTER__CBA__CBA0SGUPROCUREMENTPROXY__HXX #include #include #include namespace Teamcenter { namespace cba { class Cba0SGUProcurementProxy; } } namespace Teamcenter { namespace cba { class Cba0SGUProcurementProxyImpl; } } namespace Teamcenter { namespace cba { class Cba0SGUProcurementProxyDelegate; } } namespace Teamcenter { namespace cba { class Cba0SGUProcurementProxyDispatch; } } namespace Teamcenter { namespace cba { class Cba0SGUProcurementProxyGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class CBA_API Teamcenter::cba::Cba0SGUProcurementProxy : public ::Teamcenter::cba::Cba0ProcurementProxy { 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 */ Cba0SGUProcurementProxy(); /** * Destructor */ virtual ~Cba0SGUProcurementProxy(); private: // Getter method for the Implementation Object Cba0SGUProcurementProxyImpl* getCba0SGUProcurementProxyImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setCba0SGUProcurementProxyImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object Cba0SGUProcurementProxyImpl* m_cba0sguprocurementproxyImpl; // 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 Cba0SGUProcurementProxy - desc for Cba0SGUProcurementProxy parameter */ Cba0SGUProcurementProxy( const Cba0SGUProcurementProxy& ); Cba0SGUProcurementProxy& operator=( const Cba0SGUProcurementProxy& ); friend class Cba0SGUProcurementProxyDelegate; friend class Cba0SGUProcurementProxyDispatch; friend class Cba0SGUProcurementProxyGenImpl; }; #include #endif // TEAMCENTER__CBA__CBA0SGUPROCUREMENTPROXY__HXX