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.
98 lines
3.0 KiB
98 lines
3.0 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, Fnd0ScheduleTaskProxyLinkDelegate
|
|
Filename: Fnd0ScheduleTaskProxyLinkDelegate.hxx
|
|
Module: schmgt
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0SCHEDULETASKPROXYLINKDELEGATE_HXX
|
|
#define TEAMCENTER__FND0SCHEDULETASKPROXYLINKDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <schmgt/Fnd0ScheduleTaskProxyLink.hxx>
|
|
|
|
#include <schmgt/libschmgt_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0ScheduleTaskProxyLinkDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0ScheduleTaskProxyLinkImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0ScheduleTaskProxyLink;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0ScheduleTaskProxyLinkGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class SCHMGT_API Teamcenter_alias::Fnd0ScheduleTaskProxyLinkDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0ScheduleTaskProxyLinkDelegate instance
|
|
static Fnd0ScheduleTaskProxyLinkDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0ScheduleTaskProxyLinkImpl pointer
|
|
static Fnd0ScheduleTaskProxyLinkImpl* createImpl( Fnd0ScheduleTaskProxyLink& ifObj );
|
|
|
|
// Method to delete the Fnd0ScheduleTaskProxyLinkImpl pointer
|
|
static void deleteImpl( Fnd0ScheduleTaskProxyLinkImpl* impl );
|
|
|
|
|
|
///
|
|
/// Setter for a Date Property
|
|
/// @version Teamcenter 11.1
|
|
/// @param value - Value to be set for the parameter
|
|
/// @param isNull - If true, set the parameter value to null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int setFnd0FinishDateBase(Fnd0ScheduleTaskProxyLink &ifObj, const date_t &value, bool isNull );
|
|
|
|
|
|
///
|
|
/// Setter for a string Property
|
|
/// @version Teamcenter 11.1
|
|
/// @param value - Value to be set for the parameter
|
|
/// @param isNull - If true, set the parameter value to null
|
|
/// @return - Status. 0 if successful
|
|
///
|
|
int setFnd0StatusBase(Fnd0ScheduleTaskProxyLink &ifObj, const std::string &value, bool isNull );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0ScheduleTaskProxyLinkDelegate* m_pInstance;
|
|
|
|
Fnd0ScheduleTaskProxyLinkDelegate();
|
|
virtual ~Fnd0ScheduleTaskProxyLinkDelegate();
|
|
static void setInstance( Fnd0ScheduleTaskProxyLinkDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0ScheduleTaskProxyLinkGenImpl;
|
|
|
|
};
|
|
|
|
#include <schmgt/libschmgt_undef.h>
|
|
#endif // TEAMCENTER__FND0SCHEDULETASKPROXYLINKDELEGATE_HXX
|