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
2.8 KiB
98 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, Fnd0EPMTaskProxyLinkDelegate
|
|
Filename: Fnd0EPMTaskProxyLinkDelegate.hxx
|
|
Module: epm
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__FND0EPMTASKPROXYLINKDELEGATE_HXX
|
|
#define TEAMCENTER__FND0EPMTASKPROXYLINKDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <epm/Fnd0EPMTaskProxyLink.hxx>
|
|
|
|
#include <epm/libepm_exports.h>
|
|
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0EPMTaskProxyLinkDelegate;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0EPMTaskProxyLinkImpl;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0EPMTaskProxyLink;
|
|
}
|
|
namespace Teamcenter
|
|
{
|
|
class Fnd0EPMTaskProxyLinkGenImpl;
|
|
}
|
|
|
|
namespace Teamcenter_alias = ::Teamcenter;
|
|
|
|
|
|
class EPM_API Teamcenter_alias::Fnd0EPMTaskProxyLinkDelegate
|
|
{
|
|
public:
|
|
// Method to initialize this Class
|
|
static int initializeClass();
|
|
|
|
// Method to get the Fnd0EPMTaskProxyLinkDelegate instance
|
|
static Fnd0EPMTaskProxyLinkDelegate& getInstance();
|
|
|
|
// Method to create the Fnd0EPMTaskProxyLinkImpl pointer
|
|
static Fnd0EPMTaskProxyLinkImpl* createImpl( Fnd0EPMTaskProxyLink& ifObj );
|
|
|
|
// Method to delete the Fnd0EPMTaskProxyLinkImpl pointer
|
|
static void deleteImpl( Fnd0EPMTaskProxyLinkImpl* 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 setFnd0DueDateBase(Fnd0EPMTaskProxyLink &ifObj, const date_t &value, bool isNull );
|
|
|
|
|
|
///
|
|
/// Setter for an Integer 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 setFnd0StateBase(Fnd0EPMTaskProxyLink &ifObj, int value, bool isNull );
|
|
|
|
|
|
|
|
protected:
|
|
// Pointer to the instance
|
|
static Fnd0EPMTaskProxyLinkDelegate* m_pInstance;
|
|
|
|
Fnd0EPMTaskProxyLinkDelegate();
|
|
virtual ~Fnd0EPMTaskProxyLinkDelegate();
|
|
static void setInstance( Fnd0EPMTaskProxyLinkDelegate* instance );
|
|
|
|
|
|
private:
|
|
friend class ::Teamcenter::Fnd0EPMTaskProxyLinkGenImpl;
|
|
|
|
};
|
|
|
|
#include <epm/libepm_undef.h>
|
|
#endif // TEAMCENTER__FND0EPMTASKPROXYLINKDELEGATE_HXX
|