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