//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, Bom0PartOccUnAlgnmtInputDelegate Filename: Bom0PartOccUnAlgnmtInputDelegate.hxx Module: Bom0bommanagement @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCUNALGNMTINPUTDELEGATE_HXX #define TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCUNALGNMTINPUTDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccUnAlgnmtInputDelegate; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccUnAlgnmtInputImpl; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccUnAlgnmtInput; } } namespace Teamcenter { namespace Bom0bommanagement { class Bom0PartOccUnAlgnmtInputGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class BOM0BOMMANAGEMENT_API Teamcenter_alias::Bom0bommanagement::Bom0PartOccUnAlgnmtInputDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Bom0PartOccUnAlgnmtInputDelegate instance static Bom0PartOccUnAlgnmtInputDelegate& getInstance(); // Method to create the Bom0PartOccUnAlgnmtInputImpl pointer static Bom0PartOccUnAlgnmtInputImpl* createImpl( Bom0PartOccUnAlgnmtInput& ifObj ); // Method to delete the Bom0PartOccUnAlgnmtInputImpl pointer static void deleteImpl( Bom0PartOccUnAlgnmtInputImpl* impl ); /// /// Creates and returns copy of current BulkInput object. /// @version Teamcenter 11.2.3 /// @param copyObject - copy of current BulkInput /// @return - /// int fnd0GetCopyBase(const Bom0PartOccUnAlgnmtInput &ifObj, ::Teamcenter::BulkInput *©Object ); protected: // Pointer to the instance static Bom0PartOccUnAlgnmtInputDelegate* m_pInstance; Bom0PartOccUnAlgnmtInputDelegate(); virtual ~Bom0PartOccUnAlgnmtInputDelegate(); static void setInstance( Bom0PartOccUnAlgnmtInputDelegate* instance ); private: friend class ::Teamcenter::Bom0bommanagement::Bom0PartOccUnAlgnmtInputGenImpl; }; #include #endif // TEAMCENTER__BOM0BOMMANAGEMENT__BOM0PARTOCCUNALGNMTINPUTDELEGATE_HXX