//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, Fnd0ProxyBOMLineDelegate Filename: Fnd0ProxyBOMLineDelegate.hxx Module: rdv @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0PROXYBOMLINEDELEGATE_HXX #define TEAMCENTER__FND0PROXYBOMLINEDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0ProxyBOMLineDelegate; } namespace Teamcenter { class Fnd0ProxyBOMLineImpl; } namespace Teamcenter { class Fnd0ProxyBOMLine; } namespace Teamcenter { class Fnd0ProxyBOMLineGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class RDV_API Teamcenter_alias::Fnd0ProxyBOMLineDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0ProxyBOMLineDelegate instance static Fnd0ProxyBOMLineDelegate& getInstance(); // Method to create the Fnd0ProxyBOMLineImpl pointer static Fnd0ProxyBOMLineImpl* createImpl( Fnd0ProxyBOMLine& ifObj ); // Method to delete the Fnd0ProxyBOMLineImpl pointer static void deleteImpl( Fnd0ProxyBOMLineImpl* impl ); /// /// Generates permanent ID/recipe. Every Business Object should implement this operation. /// @version Teamcenter 11.1 /// @param recipe - Permanent ID/recipe /// @return - Failure code. /// int fnd0GenerateRecipeBase(const Fnd0ProxyBOMLine &ifObj, std::string *recipe ); protected: // Pointer to the instance static Fnd0ProxyBOMLineDelegate* m_pInstance; Fnd0ProxyBOMLineDelegate(); virtual ~Fnd0ProxyBOMLineDelegate(); static void setInstance( Fnd0ProxyBOMLineDelegate* instance ); private: friend class ::Teamcenter::Fnd0ProxyBOMLineGenImpl; }; #include #endif // TEAMCENTER__FND0PROXYBOMLINEDELEGATE_HXX