Package org.dspace.app.sherpa
Class SHERPAPublisher
- java.lang.Object
-
- org.dspace.app.sherpa.SHERPAPublisher
-
public class SHERPAPublisher extends Object
POJO representation for a SHERPA Publisher record- Author:
- Andrea Bollini
-
-
Constructor Summary
Constructors Constructor Description SHERPAPublisher(String id, String name, String alias, String homeurl, String prearchiving, List<String> prerestriction, String postarchiving, List<String> postrestriction, String pubarchiving, List<String> pubrestriction, List<String> condition, String paidaccessurl, String paidaccessname, String paidaccessnotes, List<String[]> copyright, String romeocolour, String datedded, String dateupdated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()List<String>getCondition()List<String[]>getCopyright()StringgetDatedded()StringgetDateupdated()StringgetHomeurl()StringgetId()Generic getter for the idStringgetName()StringgetPaidaccessname()StringgetPaidaccessnotes()StringgetPaidaccessurl()StringgetPostarchiving()List<String>getPostrestriction()StringgetPrearchiving()List<String>getPrerestriction()StringgetPubarchiving()List<String>getPubrestriction()StringgetRomeocolour()
-
-
-
Constructor Detail
-
SHERPAPublisher
public SHERPAPublisher(String id, String name, String alias, String homeurl, String prearchiving, List<String> prerestriction, String postarchiving, List<String> postrestriction, String pubarchiving, List<String> pubrestriction, List<String> condition, String paidaccessurl, String paidaccessname, String paidaccessnotes, List<String[]> copyright, String romeocolour, String datedded, String dateupdated)
-
-
Method Detail
-
getName
public String getName()
-
getAlias
public String getAlias()
-
getHomeurl
public String getHomeurl()
-
getPrearchiving
public String getPrearchiving()
-
getPostarchiving
public String getPostarchiving()
-
getPubarchiving
public String getPubarchiving()
-
getPaidaccessurl
public String getPaidaccessurl()
-
getPaidaccessname
public String getPaidaccessname()
-
getPaidaccessnotes
public String getPaidaccessnotes()
-
getRomeocolour
public String getRomeocolour()
-
getDatedded
public String getDatedded()
-
getDateupdated
public String getDateupdated()
-
getId
public String getId()
Generic getter for the id- Returns:
- the id value of this SHERPAPublisher
-
-