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