//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, Cba0PMMRecipeContainerDelegate Filename: Cba0PMMRecipeContainerDelegate.hxx Module: cba @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CBA__CBA0PMMRECIPECONTAINERDELEGATE_HXX #define TEAMCENTER__CBA__CBA0PMMRECIPECONTAINERDELEGATE_HXX #include #include #include namespace Teamcenter { namespace cba { class Cba0PMMRecipeContainerDelegate; } } namespace Teamcenter { namespace cba { class Cba0PMMRecipeContainerImpl; } } namespace Teamcenter { namespace cba { class Cba0PMMRecipeContainer; } } namespace Teamcenter { namespace cba { class Cba0PMMRecipeContainerGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CBA_API Teamcenter_alias::cba::Cba0PMMRecipeContainerDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Cba0PMMRecipeContainerDelegate instance static Cba0PMMRecipeContainerDelegate& getInstance(); // Method to create the Cba0PMMRecipeContainerImpl pointer static Cba0PMMRecipeContainerImpl* createImpl( Cba0PMMRecipeContainer& ifObj ); // Method to delete the Cba0PMMRecipeContainerImpl pointer static void deleteImpl( Cba0PMMRecipeContainerImpl* impl ); /// /// perform deep copy /// @version Teamcenter 9 /// @param pOperationInput - desc /// @param vecDeepCopyData - deep copy data /// @return - returns an int /// int performDeepCopyBase(const Cba0PMMRecipeContainer &ifObj, ::Teamcenter::OperationInput *pOperationInput, std::vector< ::Teamcenter::DeepCopyData* > *vecDeepCopyData ); protected: // Pointer to the instance static Cba0PMMRecipeContainerDelegate* m_pInstance; Cba0PMMRecipeContainerDelegate(); virtual ~Cba0PMMRecipeContainerDelegate(); static void setInstance( Cba0PMMRecipeContainerDelegate* instance ); private: friend class ::Teamcenter::cba::Cba0PMMRecipeContainerGenImpl; }; #include #endif // TEAMCENTER__CBA__CBA0PMMRECIPECONTAINERDELEGATE_HXX