//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, Bom0AbstPartUsagePlantIncDelegate Filename: Bom0AbstPartUsagePlantIncDelegate.hxx Module: Bom0plantbommgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTPARTUSAGEPLANTINCDELEGATE_HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTPARTUSAGEPLANTINCDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstPartUsagePlantIncDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstPartUsagePlantIncImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstPartUsagePlantInc; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0AbstPartUsagePlantIncGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class BOM0PLANTBOMMGMT_API Teamcenter_alias::Bom0bommanagement::Bom0AbstPartUsagePlantIncDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Bom0AbstPartUsagePlantIncDelegate instance static Bom0AbstPartUsagePlantIncDelegate& getInstance(); // Method to create the Bom0AbstPartUsagePlantIncImpl pointer static Bom0AbstPartUsagePlantIncImpl* createImpl( Bom0AbstPartUsagePlantInc& ifObj ); // Method to delete the Bom0AbstPartUsagePlantIncImpl pointer static void deleteImpl( Bom0AbstPartUsagePlantIncImpl* 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 Bom0AbstPartUsagePlantInc &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Bom0AbstPartUsagePlantIncDelegate* m_pInstance; Bom0AbstPartUsagePlantIncDelegate(); virtual ~Bom0AbstPartUsagePlantIncDelegate(); static void setInstance( Bom0AbstPartUsagePlantIncDelegate* instance ); private: friend class ::Teamcenter::Bom0bommanagement::Bom0AbstPartUsagePlantIncGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0ABSTPARTUSAGEPLANTINCDELEGATE_HXX