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.
ML_ITK/13/include_cpp/gms/Fnd0AdminGSIdentityDelegate...

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, Fnd0AdminGSIdentityDelegate
Filename: Fnd0AdminGSIdentityDelegate.hxx
Module: gms
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0ADMINGSIDENTITYDELEGATE_HXX
#define TEAMCENTER__FND0ADMINGSIDENTITYDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <gms/Fnd0AdminGSIdentity.hxx>
#include <gms/libgms_exports.h>
namespace Teamcenter
{
class Fnd0AdminGSIdentityDelegate;
}
namespace Teamcenter
{
class Fnd0AdminGSIdentityImpl;
}
namespace Teamcenter
{
class Fnd0AdminGSIdentity;
}
namespace Teamcenter
{
class Fnd0AdminGSIdentityGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class GMS_API Teamcenter_alias::Fnd0AdminGSIdentityDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0AdminGSIdentityDelegate instance
static Fnd0AdminGSIdentityDelegate& getInstance();
// Method to create the Fnd0AdminGSIdentityImpl pointer
static Fnd0AdminGSIdentityImpl* createImpl( Fnd0AdminGSIdentity& ifObj );
// Method to delete the Fnd0AdminGSIdentityImpl pointer
static void deleteImpl( Fnd0AdminGSIdentityImpl* impl );
///
/// desc for validate for create
/// @version Tc 8
/// @param creInput - desc for creInput parameter
/// @return - ret desc for validate for create
///
int validateCreateInputBase(const Fnd0AdminGSIdentity &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static Fnd0AdminGSIdentityDelegate* m_pInstance;
Fnd0AdminGSIdentityDelegate();
virtual ~Fnd0AdminGSIdentityDelegate();
static void setInstance( Fnd0AdminGSIdentityDelegate* instance );
private:
friend class ::Teamcenter::Fnd0AdminGSIdentityGenImpl;
};
#include <gms/libgms_undef.h>
#endif // TEAMCENTER__FND0ADMINGSIDENTITYDELEGATE_HXX