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