You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
2.5 KiB

//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 <common/tc_deprecation_macros.h>
#include <contmgmt/TransltnOfficeRevision.hxx>
#include <contmgmt/libcontmgmt_exports.h>
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 <contmgmt/libcontmgmt_undef.h>
#endif // TEAMCENTER__TRANSLTNOFFICEREVISIONDELEGATE_HXX