Package org.dspace.app.rest.model.step
Class SherpaPolicy
java.lang.Object
org.dspace.app.rest.model.step.SherpaPolicy
- All Implemented Interfaces:
Serializable,SectionData
Java Bean to expose Sherpa policies during in progress submission.
- Author:
- Mykhaylo Boychuk (mykhaylo.boychuk at 4science.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRetrievalTime(Instant retrievalTime) voidsetSherpaResponse(SHERPAResponse sherpaResponse) Setting a sherpaResponse will automatically set the retrievealTime of the section copying the value from the response if not null
-
Constructor Details
-
SherpaPolicy
public SherpaPolicy()
-
-
Method Details
-
getRetrievalTime
-
setRetrievalTime
-
getSherpaResponse
-
setSherpaResponse
Setting a sherpaResponse will automatically set the retrievealTime of the section copying the value from the response if not null
-