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.5 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, Lgt0BvrPartFamProcDelegate
Filename: Lgt0BvrPartFamProcDelegate.hxx
Module: Lgt0logistics
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__LGT0BVRPARTFAMPROCDELEGATE_HXX
#define TEAMCENTER__LGT0BVRPARTFAMPROCDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <Lgt0logistics/Lgt0BvrPartFamProc.hxx>
#include <Lgt0logistics/liblgt0logistics_exports.h>
namespace Teamcenter
{
class Lgt0BvrPartFamProcDelegate;
}
namespace Teamcenter
{
class Lgt0BvrPartFamProcImpl;
}
namespace Teamcenter
{
class Lgt0BvrPartFamProc;
}
namespace Teamcenter
{
class Lgt0BvrPartFamProcGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class LGT0LOGISTICS_API Teamcenter_alias::Lgt0BvrPartFamProcDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Lgt0BvrPartFamProcDelegate instance
static Lgt0BvrPartFamProcDelegate& getInstance();
// Method to create the Lgt0BvrPartFamProcImpl pointer
static Lgt0BvrPartFamProcImpl* createImpl( Lgt0BvrPartFamProc& ifObj );
// Method to delete the Lgt0BvrPartFamProcImpl pointer
static void deleteImpl( Lgt0BvrPartFamProcImpl* impl );
///
/// Getter for a Double Property
/// @version Teamcenter 10.1.3
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getLgt0ProductionQuantityBase(const Lgt0BvrPartFamProc &ifObj, double &value, bool &isNull ) const;
protected:
// Pointer to the instance
static Lgt0BvrPartFamProcDelegate* m_pInstance;
Lgt0BvrPartFamProcDelegate();
virtual ~Lgt0BvrPartFamProcDelegate();
static void setInstance( Lgt0BvrPartFamProcDelegate* instance );
private:
friend class ::Teamcenter::Lgt0BvrPartFamProcGenImpl;
};
#include <Lgt0logistics/liblgt0logistics_undef.h>
#endif // TEAMCENTER__LGT0BVRPARTFAMPROCDELEGATE_HXX