//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, C2_CapaOwner Filename: C2_CapaOwner.hxx Module: CPA0capadatamodel @BMIDE autogenerated ==================================================================================================*/ #ifndef CAPADATAMODEL__C2_CAPAOWNER__HXX #define CAPADATAMODEL__C2_CAPAOWNER__HXX #include #include #include namespace capadatamodel { class C2_CapaOwner; } namespace capadatamodel { class C2_CapaOwnerImpl; } namespace capadatamodel { class C2_CapaOwnerDelegate; } namespace capadatamodel { class C2_CapaOwnerDispatch; } namespace capadatamodel { class C2_CapaOwnerGenImpl; } namespace Teamcenter { class RootObjectImpl; } class CPA0CAPADATAMODEL_API capadatamodel::C2_CapaOwner : public ::Teamcenter::Participant { 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 */ C2_CapaOwner(); /** * Destructor */ virtual ~C2_CapaOwner(); private: // Getter method for the Implementation Object C2_CapaOwnerImpl* getC2_CapaOwnerImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setC2_CapaOwnerImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object C2_CapaOwnerImpl* m_c2_capaownerImpl; // 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 C2_CapaOwner - desc for C2_CapaOwner parameter */ C2_CapaOwner( const C2_CapaOwner& ); C2_CapaOwner& operator=( const C2_CapaOwner& ); friend class C2_CapaOwnerDelegate; friend class C2_CapaOwnerDispatch; friend class C2_CapaOwnerGenImpl; }; #include #endif // CAPADATAMODEL__C2_CAPAOWNER__HXX