//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, TransltnOfficeRevisionDelegate Filename: TransltnOfficeRevisionDelegate.hxx Module: contmgmt @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__TRANSLTNOFFICEREVISIONDELEGATE_HXX #define TEAMCENTER__TRANSLTNOFFICEREVISIONDELEGATE_HXX #include #include #include namespace Teamcenter { class TransltnOfficeRevisionDelegate; } namespace Teamcenter { class TransltnOfficeRevisionImpl; } namespace Teamcenter { class TransltnOfficeRevision; } namespace Teamcenter { class TransltnOfficeRevisionGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class CONTMGMT_API Teamcenter_alias::TransltnOfficeRevisionDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the TransltnOfficeRevisionDelegate instance static TransltnOfficeRevisionDelegate& getInstance(); // Method to create the TransltnOfficeRevisionImpl pointer static TransltnOfficeRevisionImpl* createImpl( TransltnOfficeRevision& ifObj ); // Method to delete the TransltnOfficeRevisionImpl pointer static void deleteImpl( TransltnOfficeRevisionImpl* impl ); /// /// Getter for a string Property /// @version Tc 8 /// @param value - Parameter value /// @param isNull - Returns true if the Parameter value is null /// @return - Status. 0 if successful /// int getEmailInboxBase(const TransltnOfficeRevision &ifObj, std::string &value, bool &isNull ) const; protected: // Pointer to the instance static TransltnOfficeRevisionDelegate* m_pInstance; TransltnOfficeRevisionDelegate(); virtual ~TransltnOfficeRevisionDelegate(); static void setInstance( TransltnOfficeRevisionDelegate* instance ); private: friend class ::Teamcenter::TransltnOfficeRevisionGenImpl; }; #include #endif // TEAMCENTER__TRANSLTNOFFICEREVISIONDELEGATE_HXX