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.
90 lines
2.5 KiB
90 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, Seg0BudgetRelationDelegate
|
|
Filename: Seg0BudgetRelationDelegate.hxx
|
|
Module: systemsengineering
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SYSTEMSENGINEERING__SEG0BUDGETRELATIONDELEGATE_HXX
|
|
#define TEAMCENTER__SYSTEMSENGINEERING__SEG0BUDGETRELATIONDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <systemsengineering/Seg0BudgetRelation.hxx>
|
|
|
|
#include <systemsengineering/libsystemsengineering_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
namespace systemsengineering
|
|
{
|
|
class Seg0BudgetRelationDelegate;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace systemsengineering
|
|
{
|
|
class Seg0BudgetRelationImpl;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace systemsengineering
|
|
{
|
|
class Seg0BudgetRelation;
|
|
}
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
namespace systemsengineering
|
|
{
|
|
class Seg0BudgetRelationGenImpl;
|
|
}
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SYSTEMSENGINEERING_API Teamcenter_alias::systemsengineering::Seg0BudgetRelationDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Seg0BudgetRelationDelegate instance
|
|
static Seg0BudgetRelationDelegate& getInstance();
|
|
|
|
// Method to create the Seg0BudgetRelationImpl pointer
|
|
static Seg0BudgetRelationImpl* createImpl( Seg0BudgetRelation& ifObj );
|
|
|
|
// Method to delete the Seg0BudgetRelationImpl pointer
|
|
static void deleteImpl( Seg0BudgetRelationImpl* impl );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Seg0BudgetRelationDelegate* m_pInstance;
|
|
|
|
Seg0BudgetRelationDelegate();
|
|
virtual ~Seg0BudgetRelationDelegate();
|
|
static void setInstance( Seg0BudgetRelationDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::systemsengineering::Seg0BudgetRelationGenImpl;
|
|
|
|
};
|
|
|
|
#include <systemsengineering/libsystemsengineering_undef.h>
|
|
#endif // TEAMCENTER__SYSTEMSENGINEERING__SEG0BUDGETRELATIONDELEGATE_HXX
|