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.

99 lines
2.8 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, Pka0BriefPartnerContactRelDelegate
Filename: Pka0BriefPartnerContactRelDelegate.hxx
Module: pkgart
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__PKGART__PKA0BRIEFPARTNERCONTACTRELDELEGATE_HXX
#define TEAMCENTER__PKGART__PKA0BRIEFPARTNERCONTACTRELDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <pkgart/Pka0BriefPartnerContactRel.hxx>
#include <pkgart/libpkgart_exports.h>
namespace Teamcenter
{
namespace PKGART
{
class Pka0BriefPartnerContactRelDelegate;
}
}
namespace Teamcenter
{
namespace PKGART
{
class Pka0BriefPartnerContactRelImpl;
}
}
namespace Teamcenter
{
namespace PKGART
{
class Pka0BriefPartnerContactRel;
}
}
namespace Teamcenter
{
namespace PKGART
{
class Pka0BriefPartnerContactRelGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class PKGART_API Teamcenter_alias::PKGART::Pka0BriefPartnerContactRelDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Pka0BriefPartnerContactRelDelegate instance
static Pka0BriefPartnerContactRelDelegate& getInstance();
// Method to create the Pka0BriefPartnerContactRelImpl pointer
static Pka0BriefPartnerContactRelImpl* createImpl( Pka0BriefPartnerContactRel& ifObj );
// Method to delete the Pka0BriefPartnerContactRelImpl pointer
static void deleteImpl( Pka0BriefPartnerContactRelImpl* impl );
///
/// desc for validate for create
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - ret desc for validate for create
///
int validateCreateInputBase(const Pka0BriefPartnerContactRel &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Pka0BriefPartnerContactRelDelegate* m_pInstance;
Pka0BriefPartnerContactRelDelegate();
virtual ~Pka0BriefPartnerContactRelDelegate();
static void setInstance( Pka0BriefPartnerContactRelDelegate* instance );
private:
friend class ::Teamcenter::PKGART::Pka0BriefPartnerContactRelGenImpl;
};
#include <pkgart/libpkgart_undef.h>
#endif // TEAMCENTER__PKGART__PKA0BRIEFPARTNERCONTACTRELDELEGATE_HXX