Class LinksetNode
java.lang.Object
org.dspace.app.rest.signposting.model.LinksetNode
DTO object represents a node of a link set.
-
Constructor Summary
ConstructorsConstructorDescriptionLinksetNode(String link, LinksetRelationType relation, String anchor) LinksetNode(String link, LinksetRelationType relation, String type, String anchor) LinksetNode(String link, LinksetRelationType relation, String type, String profile, String anchor) -
Method Summary
Modifier and TypeMethodDescriptiongetLink()getType()voidvoidvoidsetProfile(String profile) voidsetRelation(LinksetRelationType relation) void
-
Constructor Details
-
LinksetNode
public LinksetNode(String link, LinksetRelationType relation, String type, String profile, String anchor) -
LinksetNode
-
LinksetNode
-
-
Method Details
-
getLink
-
setLink
-
getRelation
-
setRelation
-
getType
-
setType
-
getAnchor
-
setAnchor
-
getProfile
-
setProfile
-