//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, VendorRoleDispatch Filename: VendorRoleDispatch.hxx Module: vendormanagementdispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__VENDORROLEDISPATCH_HXX #define TEAMCENTER__VENDORROLEDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { class VendorRoleDispatch; } namespace Teamcenter { class VendorRoleDelegate; } namespace Teamcenter { class BusinessObjectImpl; } class VENDORMANAGEMENTDISPATCH_API Teamcenter::VendorRoleDispatch : public Teamcenter::VendorRoleDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the VendorRoleDispatch instance static VendorRoleDispatch& getInstance(); private: // Pointer to the dispatch instance static VendorRoleDispatch* m_dispatch; // Default Constructor VendorRoleDispatch(); // Default Destructor virtual ~VendorRoleDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a VendorRoleDispatch VendorRoleDispatch( const VendorRoleDispatch& ); // Assignment operator VendorRoleDispatch& operator = ( const VendorRoleDispatch& ); // friend friend void ::Teamcenter::initializevendormanagementInternal(); friend void ::Teamcenter::initializevendormanagementExtenders(); friend class Teamcenter::VendorRoleDelegate; }; #include #endif // TEAMCENTER__VENDORROLEDISPATCH_HXX