//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, ItemIdRecordDelegate Filename: ItemIdRecordDelegate.hxx Module: publication @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__ITEMIDRECORDDELEGATE_HXX #define TEAMCENTER__ITEMIDRECORDDELEGATE_HXX #include #include #include namespace Teamcenter { class ItemIdRecordDelegate; } namespace Teamcenter { class ItemIdRecordImpl; } namespace Teamcenter { class ItemIdRecord; } namespace Teamcenter { class ItemIdRecordGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class PUBLICATION_API Teamcenter_alias::ItemIdRecordDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the ItemIdRecordDelegate instance static ItemIdRecordDelegate& getInstance(); // Method to create the ItemIdRecordImpl pointer static ItemIdRecordImpl* createImpl( ItemIdRecord& ifObj ); // Method to delete the ItemIdRecordImpl pointer static void deleteImpl( ItemIdRecordImpl* impl ); protected: // Pointer to the instance static ItemIdRecordDelegate* m_pInstance; ItemIdRecordDelegate(); virtual ~ItemIdRecordDelegate(); static void setInstance( ItemIdRecordDelegate* instance ); private: friend class ::Teamcenter::ItemIdRecordGenImpl; }; #include #endif // TEAMCENTER__ITEMIDRECORDDELEGATE_HXX