//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, Bom0PartOccurrenceDelegate Filename: Bom0PartOccurrenceDelegate.hxx Module: Bom0bommanagement @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCURRENCEDELEGATE_HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCURRENCEDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccurrenceDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccurrenceImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccurrence; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccurrenceGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class BOM0BOMMANAGEMENT_API Teamcenter_alias::Bom0bommanagement::Bom0PartOccurrenceDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Bom0PartOccurrenceDelegate instance static Bom0PartOccurrenceDelegate& getInstance(); // Method to create the Bom0PartOccurrenceImpl pointer static Bom0PartOccurrenceImpl* createImpl( Bom0PartOccurrence& ifObj ); // Method to delete the Bom0PartOccurrenceImpl pointer static void deleteImpl( Bom0PartOccurrenceImpl* impl ); /// /// Description for the Finalize Create Input /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - Return desc for Initialize for Create /// int finalizeCreateInputBase(const Bom0PartOccurrence &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Bom0PartOccurrenceDelegate* m_pInstance; Bom0PartOccurrenceDelegate(); virtual ~Bom0PartOccurrenceDelegate(); static void setInstance( Bom0PartOccurrenceDelegate* instance ); private: friend class ::Teamcenter::Bom0bommanagement::Bom0PartOccurrenceGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCURRENCEDELEGATE_HXX