//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //e //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, CPA0ImplCorrAction Filename: CPA0ImplCorrAction.hxx Module: CPA0capadatamodel @BMIDE autogenerated ==================================================================================================*/ #ifndef CAPADATAMODEL__CPA0IMPLCORRACTION__HXX #define CAPADATAMODEL__CPA0IMPLCORRACTION__HXX #include #include #include namespace capadatamodel { class CPA0ImplCorrAction; } namespace capadatamodel { class CPA0ImplCorrActionImpl; } namespace capadatamodel { class CPA0ImplCorrActionDelegate; } namespace capadatamodel { class CPA0ImplCorrActionDispatch; } namespace capadatamodel { class CPA0ImplCorrActionGenImpl; } namespace Teamcenter { class RootObjectImpl; } class CPA0CAPADATAMODEL_API capadatamodel::CPA0ImplCorrAction : public ::Teamcenter::ImanRelation { 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 */ CPA0ImplCorrAction(); /** * Destructor */ virtual ~CPA0ImplCorrAction(); private: // Getter method for the Implementation Object CPA0ImplCorrActionImpl* getCPA0ImplCorrActionImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setCPA0ImplCorrActionImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object CPA0ImplCorrActionImpl* m_cpa0implcorractionImpl; // 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 CPA0ImplCorrAction - desc for CPA0ImplCorrAction parameter */ CPA0ImplCorrAction( const CPA0ImplCorrAction& ); CPA0ImplCorrAction& operator=( const CPA0ImplCorrAction& ); friend class CPA0ImplCorrActionDelegate; friend class CPA0ImplCorrActionDispatch; friend class CPA0ImplCorrActionGenImpl; }; #include #endif // CAPADATAMODEL__CPA0IMPLCORRACTION__HXX