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.

88 lines
2.7 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, Fnd0AbstractPersistentProxyDelegate
Filename: Fnd0AbstractPersistentProxyDelegate.hxx
Module: tccore
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0ABSTRACTPERSISTENTPROXYDELEGATE_HXX
#define TEAMCENTER__FND0ABSTRACTPERSISTENTPROXYDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <tccore/Fnd0AbstractPersistentProxy.hxx>
#include <tccore/libtccore_exports.h>
namespace Teamcenter
{
class Fnd0AbstractPersistentProxyDelegate;
}
namespace Teamcenter
{
class Fnd0AbstractPersistentProxyImpl;
}
namespace Teamcenter
{
class Fnd0AbstractPersistentProxy;
}
namespace Teamcenter
{
class Fnd0AbstractPersistentProxyGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class TCCORE_API Teamcenter_alias::Fnd0AbstractPersistentProxyDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0AbstractPersistentProxyDelegate instance
static Fnd0AbstractPersistentProxyDelegate& getInstance();
// Method to create the Fnd0AbstractPersistentProxyImpl pointer
static Fnd0AbstractPersistentProxyImpl* createImpl( Fnd0AbstractPersistentProxy& ifObj );
// Method to delete the Fnd0AbstractPersistentProxyImpl pointer
static void deleteImpl( Fnd0AbstractPersistentProxyImpl* impl );
///
/// Setter for a Boolean Property
/// @version Teamcenter 9
/// @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 setFnd0InactiveFlagBase(Fnd0AbstractPersistentProxy &ifObj, bool value, bool isNull );
protected:
// Pointer to the instance
static Fnd0AbstractPersistentProxyDelegate* m_pInstance;
Fnd0AbstractPersistentProxyDelegate();
virtual ~Fnd0AbstractPersistentProxyDelegate();
static void setInstance( Fnd0AbstractPersistentProxyDelegate* instance );
private:
friend class ::Teamcenter::Fnd0AbstractPersistentProxyGenImpl;
};
#include <tccore/libtccore_undef.h>
#endif // TEAMCENTER__FND0ABSTRACTPERSISTENTPROXYDELEGATE_HXX