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