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.
ML_ITK/13/include_cpp/epm/ProposedResponsiblePartyDel...

78 lines
2.2 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, ProposedResponsiblePartyDelegate
Filename: ProposedResponsiblePartyDelegate.hxx
Module: epm
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__PROPOSEDRESPONSIBLEPARTYDELEGATE_HXX
#define TEAMCENTER__PROPOSEDRESPONSIBLEPARTYDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <epm/ProposedResponsibleParty.hxx>
#include <epm/libepm_exports.h>
namespace Teamcenter
{
class ProposedResponsiblePartyDelegate;
}
namespace Teamcenter
{
class ProposedResponsiblePartyImpl;
}
namespace Teamcenter
{
class ProposedResponsibleParty;
}
namespace Teamcenter
{
class ProposedResponsiblePartyGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class EPM_API Teamcenter_alias::ProposedResponsiblePartyDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the ProposedResponsiblePartyDelegate instance
static ProposedResponsiblePartyDelegate& getInstance();
// Method to create the ProposedResponsiblePartyImpl pointer
static ProposedResponsiblePartyImpl* createImpl( ProposedResponsibleParty& ifObj );
// Method to delete the ProposedResponsiblePartyImpl pointer
static void deleteImpl( ProposedResponsiblePartyImpl* impl );
protected:
// Pointer to the instance
static ProposedResponsiblePartyDelegate* m_pInstance;
ProposedResponsiblePartyDelegate();
virtual ~ProposedResponsiblePartyDelegate();
static void setInstance( ProposedResponsiblePartyDelegate* instance );
private:
friend class ::Teamcenter::ProposedResponsiblePartyGenImpl;
};
#include <epm/libepm_undef.h>
#endif // TEAMCENTER__PROPOSEDRESPONSIBLEPARTYDELEGATE_HXX