//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, ManufacturerPart_0_Rev_alt0 Filename: ManufacturerPart_0_Rev_alt0.hxx Module: vm @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MANUFACTURERPART_0_REV_ALT0__HXX #define TEAMCENTER__MANUFACTURERPART_0_REV_ALT0__HXX #include #include #include namespace Teamcenter { class ManufacturerPart_0_Rev_alt0; } namespace Teamcenter { class ManufacturerPart_0_Rev_alt0Impl; } namespace Teamcenter { class ManufacturerPart_0_Rev_alt0Delegate; } namespace Teamcenter { class ManufacturerPart_0_Rev_alt0Dispatch; } namespace Teamcenter { class ManufacturerPart_0_Rev_alt0GenImpl; } namespace Teamcenter { class RootObjectImpl; } class VM_API Teamcenter::ManufacturerPart_0_Rev_alt0 : public ::Teamcenter::Part_0_Revision_alt { public: /** * Get the Interface Name * @return - return desc for getInterfaceName */ static const std::string& getInterfaceName(); protected: // Method to initialize virtual void initialize( ::Teamcenter::RootObjectImpl* impl ); /** * Constructor */ ManufacturerPart_0_Rev_alt0(); /** * Destructor */ virtual ~ManufacturerPart_0_Rev_alt0(); private: // Getter method for the Implementation Object ManufacturerPart_0_Rev_alt0Impl* getManufacturerPart_0_Rev_alt0Impl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setManufacturerPart_0_Rev_alt0Impl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object ManufacturerPart_0_Rev_alt0Impl* m_manufacturerpart_0_rev_alt0Impl; // Flag to indicate if Implementation object needs to be deleted bool m_deleteImpl; /** * Name of the Business Object */ static std::string name; /** * Private default constructor. We do not want this class instantiated without the business object passed in. * @param ManufacturerPart_0_Rev_alt0 - desc for ManufacturerPart_0_Rev_alt0 parameter */ ManufacturerPart_0_Rev_alt0( const ManufacturerPart_0_Rev_alt0& ); ManufacturerPart_0_Rev_alt0& operator=( const ManufacturerPart_0_Rev_alt0& ); friend class ManufacturerPart_0_Rev_alt0Delegate; friend class ManufacturerPart_0_Rev_alt0Dispatch; friend class ManufacturerPart_0_Rev_alt0GenImpl; }; #include #endif // TEAMCENTER__MANUFACTURERPART_0_REV_ALT0__HXX