//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, RequirementSpec_0_Revi_alt0 Filename: RequirementSpec_0_Revi_alt0.hxx Module: req @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__REQUIREMENTSPEC_0_REVI_ALT0__HXX #define TEAMCENTER__REQUIREMENTSPEC_0_REVI_ALT0__HXX #include #include #include namespace Teamcenter { class RequirementSpec_0_Revi_alt0; } namespace Teamcenter { class RequirementSpec_0_Revi_alt0Impl; } namespace Teamcenter { class RequirementSpec_0_Revi_alt0Delegate; } namespace Teamcenter { class RequirementSpec_0_Revi_alt0Dispatch; } namespace Teamcenter { class RequirementSpec_0_Revi_alt0GenImpl; } namespace Teamcenter { class RootObjectImpl; } class REQ_API Teamcenter::RequirementSpec_0_Revi_alt0 : public ::Teamcenter::DocumentRevision { 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 */ RequirementSpec_0_Revi_alt0(); /** * Destructor */ virtual ~RequirementSpec_0_Revi_alt0(); private: // Getter method for the Implementation Object RequirementSpec_0_Revi_alt0Impl* getRequirementSpec_0_Revi_alt0Impl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setRequirementSpec_0_Revi_alt0Impl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object RequirementSpec_0_Revi_alt0Impl* m_requirementspec_0_revi_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 RequirementSpec_0_Revi_alt0 - desc for RequirementSpec_0_Revi_alt0 parameter */ RequirementSpec_0_Revi_alt0( const RequirementSpec_0_Revi_alt0& ); RequirementSpec_0_Revi_alt0& operator=( const RequirementSpec_0_Revi_alt0& ); friend class RequirementSpec_0_Revi_alt0Delegate; friend class RequirementSpec_0_Revi_alt0Dispatch; friend class RequirementSpec_0_Revi_alt0GenImpl; }; #include #endif // TEAMCENTER__REQUIREMENTSPEC_0_REVI_ALT0__HXX