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.
87 lines
2.4 KiB
87 lines
2.4 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, SchedulingFixedCostDelegate
|
|
Filename: SchedulingFixedCostDelegate.hxx
|
|
Module: schmgt
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__SCHEDULINGFIXEDCOSTDELEGATE_HXX
|
|
#define TEAMCENTER__SCHEDULINGFIXEDCOSTDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <schmgt/SchedulingFixedCost.hxx>
|
|
|
|
#include <schmgt/libschmgt_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class SchedulingFixedCostDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class SchedulingFixedCostImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class SchedulingFixedCost;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class SchedulingFixedCostGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SCHMGT_API Teamcenter_alias::SchedulingFixedCostDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the SchedulingFixedCostDelegate instance
|
|
static SchedulingFixedCostDelegate& getInstance();
|
|
|
|
// Method to create the SchedulingFixedCostImpl pointer
|
|
static SchedulingFixedCostImpl* createImpl( SchedulingFixedCost& ifObj );
|
|
|
|
// Method to delete the SchedulingFixedCostImpl pointer
|
|
static void deleteImpl( SchedulingFixedCostImpl* impl );
|
|
|
|
|
|
///
|
|
/// desc for createPost
|
|
/// @version Tc 8
|
|
/// @param creInput - Description for the Create Input
|
|
/// @return - return desc for createPost
|
|
///
|
|
int createPostBase(const SchedulingFixedCost &ifObj, ::Teamcenter::CreateInput *creInput );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static SchedulingFixedCostDelegate* m_pInstance;
|
|
|
|
SchedulingFixedCostDelegate();
|
|
virtual ~SchedulingFixedCostDelegate();
|
|
static void setInstance( SchedulingFixedCostDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::SchedulingFixedCostGenImpl;
|
|
|
|
};
|
|
|
|
#include <schmgt/libschmgt_undef.h>
|
|
#endif // TEAMCENTER__SCHEDULINGFIXEDCOSTDELEGATE_HXX
|