Class Linkset
- java.lang.Object
-
- org.dspace.app.rest.signposting.model.Linkset
-
public class Linkset extends Object
DTO object represents a set of links.
-
-
Constructor Summary
Constructors Constructor Description Linkset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnchor()List<LinksetRelation>getAuthor()List<LinksetRelation>getCiteAs()List<LinksetRelation>getCollection()List<LinksetRelation>getDescribedby()List<LinksetRelation>getDescribes()List<LinksetRelation>getItem()List<LinksetRelation>getLicense()List<LinksetRelation>getLinkset()List<LinksetRelation>getType()voidsetAnchor(String anchor)voidsetAuthor(List<LinksetRelation> author)voidsetCiteAs(List<LinksetRelation> citeAs)voidsetCollection(List<LinksetRelation> collection)voidsetDescribedby(List<LinksetRelation> describedby)voidsetDescribes(List<LinksetRelation> describes)voidsetItem(List<LinksetRelation> item)voidsetLicense(List<LinksetRelation> license)voidsetLinkset(List<LinksetRelation> linkset)voidsetType(List<LinksetRelation> type)
-
-
-
Method Detail
-
getAuthor
public List<LinksetRelation> getAuthor()
-
setAuthor
public void setAuthor(List<LinksetRelation> author)
-
getCiteAs
public List<LinksetRelation> getCiteAs()
-
setCiteAs
public void setCiteAs(List<LinksetRelation> citeAs)
-
getItem
public List<LinksetRelation> getItem()
-
setItem
public void setItem(List<LinksetRelation> item)
-
getCollection
public List<LinksetRelation> getCollection()
-
setCollection
public void setCollection(List<LinksetRelation> collection)
-
getType
public List<LinksetRelation> getType()
-
setType
public void setType(List<LinksetRelation> type)
-
getLicense
public List<LinksetRelation> getLicense()
-
setLicense
public void setLicense(List<LinksetRelation> license)
-
getLinkset
public List<LinksetRelation> getLinkset()
-
setLinkset
public void setLinkset(List<LinksetRelation> linkset)
-
getDescribes
public List<LinksetRelation> getDescribes()
-
setDescribes
public void setDescribes(List<LinksetRelation> describes)
-
getDescribedby
public List<LinksetRelation> getDescribedby()
-
setDescribedby
public void setDescribedby(List<LinksetRelation> describedby)
-
getAnchor
public String getAnchor()
-
setAnchor
public void setAnchor(String anchor)
-
-