Package org.dspace.app.sherpa.v2
Class SHERPAJournal
java.lang.Object
org.dspace.app.sherpa.v2.SHERPAJournal
- All Implemented Interfaces:
Serializable
Plain java representation of a SHERPA Journal object, based on SHERPA API v2 responses.
In a SHERPA search for journal deposit policies, this is generally structured
as a list in the SHERPAResponse object.
Each journal contains a list of publisher data and list of publishing policies as well as basic metadata
about the journal such as ISSNs, titles, whether it appears in DOAJ, primary publisher, etc.
- Author:
- Kim Shepherd
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIssns()getUrl()voidvoidvoidsetPolicies(List<SHERPAPublisherPolicy> policies) voidsetPublisher(SHERPAPublisher publisher) voidsetPublishers(List<SHERPAPublisher> publishers) voidsetRomeoPub(String romeoPub) voidvoidvoidsetZetoPub(String zetoPub)
-
Constructor Details
-
SHERPAJournal
public SHERPAJournal()
-
-
Method Details
-
getTitles
-
setTitles
-
getUrl
-
setUrl
-
getIssns
-
setIssns
-
getRomeoPub
-
setRomeoPub
-
getZetoPub
-
setZetoPub
-
getPublisher
-
setPublisher
-
getPublishers
-
setPublishers
-
getPolicies
-
setPolicies
-
getInDOAJ
-
setInDOAJ
-