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.

100 lines
2.9 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, SRP0DgSrvRequestRevisionDelegate
Filename: SRP0DgSrvRequestRevisionDelegate.hxx
Module: servicerequest
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__SERVICEREQUEST__SRP0DGSRVREQUESTREVISIONDELEGATE_HXX
#define TEAMCENTER__SERVICEREQUEST__SRP0DGSRVREQUESTREVISIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <servicerequest/SRP0DgSrvRequestRevision.hxx>
#include <servicerequest/libservicerequest_exports.h>
namespace Teamcenter
{
namespace servicerequest
{
class SRP0DgSrvRequestRevisionDelegate;
}
}
namespace Teamcenter
{
namespace servicerequest
{
class SRP0DgSrvRequestRevisionImpl;
}
}
namespace Teamcenter
{
namespace servicerequest
{
class SRP0DgSrvRequestRevision;
}
}
namespace Teamcenter
{
namespace servicerequest
{
class SRP0DgSrvRequestRevisionGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class SERVICEREQUEST_API Teamcenter_alias::servicerequest::SRP0DgSrvRequestRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the SRP0DgSrvRequestRevisionDelegate instance
static SRP0DgSrvRequestRevisionDelegate& getInstance();
// Method to create the SRP0DgSrvRequestRevisionImpl pointer
static SRP0DgSrvRequestRevisionImpl* createImpl( SRP0DgSrvRequestRevision& ifObj );
// Method to delete the SRP0DgSrvRequestRevisionImpl pointer
static void deleteImpl( SRP0DgSrvRequestRevisionImpl* impl );
///
/// Getter for a string Property
/// @version Teamcenter 8.2
/// @param value - Parameter value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getSrp0ParentRequestBase(const SRP0DgSrvRequestRevision &ifObj, std::string &value, bool &isNull ) const;
protected:
// Pointer to the instance
static SRP0DgSrvRequestRevisionDelegate* m_pInstance;
SRP0DgSrvRequestRevisionDelegate();
virtual ~SRP0DgSrvRequestRevisionDelegate();
static void setInstance( SRP0DgSrvRequestRevisionDelegate* instance );
private:
friend class ::Teamcenter::servicerequest::SRP0DgSrvRequestRevisionGenImpl;
};
#include <servicerequest/libservicerequest_undef.h>
#endif // TEAMCENTER__SERVICEREQUEST__SRP0DGSRVREQUESTREVISIONDELEGATE_HXX