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.
78 lines
1.9 KiB
78 lines
1.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, VendorRoleDelegate
|
|
Filename: VendorRoleDelegate.hxx
|
|
Module: vm
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__VENDORROLEDELEGATE_HXX
|
|
#define TEAMCENTER__VENDORROLEDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <vm/VendorRole.hxx>
|
|
|
|
#include <vm/libvm_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class VendorRoleDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class VendorRoleImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class VendorRole;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class VendorRoleGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class VM_API Teamcenter_alias::VendorRoleDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the VendorRoleDelegate instance
|
|
static VendorRoleDelegate& getInstance();
|
|
|
|
// Method to create the VendorRoleImpl pointer
|
|
static VendorRoleImpl* createImpl( VendorRole& ifObj );
|
|
|
|
// Method to delete the VendorRoleImpl pointer
|
|
static void deleteImpl( VendorRoleImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static VendorRoleDelegate* m_pInstance;
|
|
|
|
VendorRoleDelegate();
|
|
virtual ~VendorRoleDelegate();
|
|
static void setInstance( VendorRoleDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::VendorRoleGenImpl;
|
|
|
|
};
|
|
|
|
#include <vm/libvm_undef.h>
|
|
#endif // TEAMCENTER__VENDORROLEDELEGATE_HXX
|