//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 #include #include 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 #endif // SPR0__TEAMCENTER__SERVICEPROCESSING__ASMAINTAINEDBOMLINEDELEGATE_HXX