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.

112 lines
3.0 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, AsMaintainedBOMLineDelegate
Filename: AsMaintainedBOMLineDelegateExt.hxx
Module: serviceprocessing
@BMIDE autogenerated
==================================================================================================*/
#ifndef SPR0__TEAMCENTER__SERVICEPROCESSING__ASMAINTAINEDBOMLINEDELEGATE_HXX
#define SPR0__TEAMCENTER__SERVICEPROCESSING__ASMAINTAINEDBOMLINEDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <serviceprocessing/AsMaintainedBOMLineExt.hxx>
#include <serviceprocessing/libserviceprocessing_exports.h>
namespace spr0
{
namespace Teamcenter
{
namespace serviceprocessing
{
class AsMaintainedBOMLineDelegate;
}
}
}
namespace spr0
{
namespace Teamcenter
{
namespace serviceprocessing
{
class AsMaintainedBOMLineImpl;
}
}
}
namespace spr0
{
namespace Teamcenter
{
namespace serviceprocessing
{
class AsMaintainedBOMLine;
}
}
}
namespace spr0
{
namespace Teamcenter
{
namespace serviceprocessing
{
class AsMaintainedBOMLineGenImpl;
}
}
}
namespace spr0_alias = ::spr0;
class SERVICEPROCESSING_API spr0_alias::Teamcenter::serviceprocessing::AsMaintainedBOMLineDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the AsMaintainedBOMLineDelegate instance
static AsMaintainedBOMLineDelegate& getInstance();
// Method to create the AsMaintainedBOMLineImpl pointer
static AsMaintainedBOMLineImpl* createImpl( AsMaintainedBOMLine& ifObj );
// Method to delete the AsMaintainedBOMLineImpl pointer
static void deleteImpl( AsMaintainedBOMLineImpl* impl );
///
/// Getter for a Boolean Property
/// @version Teamcenter 13.1
/// @param value - Parameter Value
/// @param isNull - Returns true if the Parameter value is null
/// @return - Status. 0 if successful
///
int getSpr0HasOpenDiscrepancyBase(const AsMaintainedBOMLine &ifObj, bool &value, bool &isNull ) const;
protected:
// Pointer to the instance
static AsMaintainedBOMLineDelegate* m_pInstance;
AsMaintainedBOMLineDelegate();
virtual ~AsMaintainedBOMLineDelegate();
static void setInstance( AsMaintainedBOMLineDelegate* instance );
private:
friend class ::spr0::Teamcenter::serviceprocessing::AsMaintainedBOMLineGenImpl;
};
#include <serviceprocessing/libserviceprocessing_undef.h>
#endif // SPR0__TEAMCENTER__SERVICEPROCESSING__ASMAINTAINEDBOMLINEDELEGATE_HXX