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.

99 lines
2.6 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, AssetContainsDelegate
Filename: AssetContainsDelegate.hxx
Module: asmaintained
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__ASMAINTAINED__ASSETCONTAINSDELEGATE_HXX
#define TEAMCENTER__ASMAINTAINED__ASSETCONTAINSDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <asmaintained/AssetContains.hxx>
#include <asmaintained/libasmaintained_exports.h>
namespace Teamcenter
{
namespace asmaintained
{
class AssetContainsDelegate;
}
}
namespace Teamcenter
{
namespace asmaintained
{
class AssetContainsImpl;
}
}
namespace Teamcenter
{
namespace asmaintained
{
class AssetContains;
}
}
namespace Teamcenter
{
namespace asmaintained
{
class AssetContainsGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class ASMAINTAINED_API Teamcenter_alias::asmaintained::AssetContainsDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the AssetContainsDelegate instance
static AssetContainsDelegate& getInstance();
// Method to create the AssetContainsImpl pointer
static AssetContainsImpl* createImpl( AssetContains& ifObj );
// Method to delete the AssetContainsImpl pointer
static void deleteImpl( AssetContainsImpl* 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 AssetContains &ifObj, ::Teamcenter::CreateInput *creInput );
protected:
// Pointer to the instance
static AssetContainsDelegate* m_pInstance;
AssetContainsDelegate();
virtual ~AssetContainsDelegate();
static void setInstance( AssetContainsDelegate* instance );
private:
friend class ::Teamcenter::asmaintained::AssetContainsGenImpl;
};
#include <asmaintained/libasmaintained_undef.h>
#endif // TEAMCENTER__ASMAINTAINED__ASSETCONTAINSDELEGATE_HXX