Package org.dspace.app.sherpa.v2
Class SHERPAPublisher
java.lang.Object
org.dspace.app.sherpa.v2.SHERPAPublisher
- All Implemented Interfaces:
Serializable
Plain java representation of a SHERPA Publisher object, based on SHERPA API v2 responses.
In a search for SHERPA journal deposit policy, this publisher object will appear in a list of publishers
from the journal object, and as a single publisher member for the primary/current publisher of the journal.
In a search for SHERPA publisher information, this object will appear in a list of publishers from the main
SHERPA Publisher Response object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()intgetUri()voidsetCountry(String country) voidsetIdentifier(String identifier) voidvoidsetPaidAccessDescription(String paidAccessDescription) voidsetPaidAccessUrl(String paidAccessUrl) voidsetPublicationCount(int publicationCount) voidsetRelationshipType(String relationshipType) void
-
Constructor Details
-
SHERPAPublisher
public SHERPAPublisher()
-
-
Method Details
-
getName
-
setName
-
getRelationshipType
-
setRelationshipType
-
getCountry
-
setCountry
-
getUri
-
setUri
-
getPublicationCount
public int getPublicationCount() -
setPublicationCount
public void setPublicationCount(int publicationCount) -
getPaidAccessDescription
-
setPaidAccessDescription
-
getPaidAccessUrl
-
setPaidAccessUrl
-
getIdentifier
-
setIdentifier
-