//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, SRP0PrSrvRequestRevision Filename: SRP0PrSrvRequestRevision.hxx Module: servicerequest @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__SERVICEREQUEST__SRP0PRSRVREQUESTREVISION__HXX #define TEAMCENTER__SERVICEREQUEST__SRP0PRSRVREQUESTREVISION__HXX #include #include #include namespace Teamcenter { namespace servicerequest { class SRP0PrSrvRequestRevision; } } namespace Teamcenter { namespace servicerequest { class SRP0PrSrvRequestRevisionImpl; } } namespace Teamcenter { namespace servicerequest { class SRP0PrSrvRequestRevisionDelegate; } } namespace Teamcenter { namespace servicerequest { class SRP0PrSrvRequestRevisionDispatch; } } namespace Teamcenter { namespace servicerequest { class SRP0PrSrvRequestRevisionGenImpl; } } namespace Teamcenter { class RootObjectImpl; } class SERVICEREQUEST_API Teamcenter::servicerequest::SRP0PrSrvRequestRevision : public ::Teamcenter::servicerequest::SRP0SrvRequestRevision { 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 */ SRP0PrSrvRequestRevision(); /** * Destructor */ virtual ~SRP0PrSrvRequestRevision(); private: // Getter method for the Implementation Object SRP0PrSrvRequestRevisionImpl* getSRP0PrSrvRequestRevisionImpl() const; // Setter method for the Implementation Object ::Teamcenter::RootObjectImpl* setSRP0PrSrvRequestRevisionImpl( ::Teamcenter::RootObjectImpl* impl ); // Method to set the delete impl boolean void setDeleteImpl( bool del ); // Pointer to the Implementation object SRP0PrSrvRequestRevisionImpl* m_srp0prsrvrequestrevisionImpl; // 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 SRP0PrSrvRequestRevision - desc for SRP0PrSrvRequestRevision parameter */ SRP0PrSrvRequestRevision( const SRP0PrSrvRequestRevision& ); SRP0PrSrvRequestRevision& operator=( const SRP0PrSrvRequestRevision& ); friend class SRP0PrSrvRequestRevisionDelegate; friend class SRP0PrSrvRequestRevisionDispatch; friend class SRP0PrSrvRequestRevisionGenImpl; }; #include #endif // TEAMCENTER__SERVICEREQUEST__SRP0PRSRVREQUESTREVISION__HXX