//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, Bom0AbstractPUSubstAlgnmtDelegate Filename: Bom0AbstractPUSubstAlgnmtDelegate.hxx Module: Bom0bommanagement @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPUSUBSTALGNMTDELEGATE_HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPUSUBSTALGNMTDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlgnmtDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlgnmtImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlgnmt; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstractPUSubstAlgnmtGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class BOM0BOMMANAGEMENT_API Teamcenter_alias::Bom0bommanagement::Bom0AbstractPUSubstAlgnmtDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Bom0AbstractPUSubstAlgnmtDelegate instance static Bom0AbstractPUSubstAlgnmtDelegate& getInstance(); // Method to create the Bom0AbstractPUSubstAlgnmtImpl pointer static Bom0AbstractPUSubstAlgnmtImpl* createImpl( Bom0AbstractPUSubstAlgnmt& ifObj ); // Method to delete the Bom0AbstractPUSubstAlgnmtImpl pointer static void deleteImpl( Bom0AbstractPUSubstAlgnmtImpl* impl ); /// /// desc for createPost /// @version Tc 8 /// @param creInput - Description for the Create Input /// @return - return desc for createPost /// int createPostBase(const Bom0AbstractPUSubstAlgnmt &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Bom0AbstractPUSubstAlgnmtDelegate* m_pInstance; Bom0AbstractPUSubstAlgnmtDelegate(); virtual ~Bom0AbstractPUSubstAlgnmtDelegate(); static void setInstance( Bom0AbstractPUSubstAlgnmtDelegate* instance ); private: friend class ::Teamcenter::Bom0bommanagement::Bom0AbstractPUSubstAlgnmtGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTRACTPUSUBSTALGNMTDELEGATE_HXX