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.

87 lines
2.3 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, Fnd0ProxyBOMLineDelegate
Filename: Fnd0ProxyBOMLineDelegate.hxx
Module: rdv
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__FND0PROXYBOMLINEDELEGATE_HXX
#define TEAMCENTER__FND0PROXYBOMLINEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <rdv/Fnd0ProxyBOMLine.hxx>
#include <rdv/librdv_exports.h>
namespace Teamcenter
{
class Fnd0ProxyBOMLineDelegate;
}
namespace Teamcenter
{
class Fnd0ProxyBOMLineImpl;
}
namespace Teamcenter
{
class Fnd0ProxyBOMLine;
}
namespace Teamcenter
{
class Fnd0ProxyBOMLineGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class RDV_API Teamcenter_alias::Fnd0ProxyBOMLineDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Fnd0ProxyBOMLineDelegate instance
static Fnd0ProxyBOMLineDelegate& getInstance();
// Method to create the Fnd0ProxyBOMLineImpl pointer
static Fnd0ProxyBOMLineImpl* createImpl( Fnd0ProxyBOMLine& ifObj );
// Method to delete the Fnd0ProxyBOMLineImpl pointer
static void deleteImpl( Fnd0ProxyBOMLineImpl* impl );
///
/// Generates permanent ID/recipe. Every Business Object should implement this operation.
/// @version Teamcenter 11.1
/// @param recipe - Permanent ID/recipe
/// @return - Failure code.
///
int fnd0GenerateRecipeBase(const Fnd0ProxyBOMLine &ifObj, std::string *recipe );
protected:
// Pointer to the instance
static Fnd0ProxyBOMLineDelegate* m_pInstance;
Fnd0ProxyBOMLineDelegate();
virtual ~Fnd0ProxyBOMLineDelegate();
static void setInstance( Fnd0ProxyBOMLineDelegate* instance );
private:
friend class ::Teamcenter::Fnd0ProxyBOMLineGenImpl;
};
#include <rdv/librdv_undef.h>
#endif // TEAMCENTER__FND0PROXYBOMLINEDELEGATE_HXX