Class SubjectEntityJSON
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.visualization.valueobjects.json.SubjectEntityJSON
-
public class SubjectEntityJSON extends Object
-
-
Constructor Summary
Constructors Constructor Description SubjectEntityJSON(String subjectEntityURI, String label, Map<String,String> parentURIToLabel)SubjectEntityJSON(String subjectEntityURI, String label, Set<Individual> parentOrganizations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getParentURIToLabel()StringgetSubjectEntityLabel()StringgetSubjectEntityURI()voidsetParentURIToLabel(Set<Individual> parentOrganizations)voidsetSubjectEntityLabel(String label)voidsetSubjectEntityURI(String subjectEntityURI)
-
-
-
Method Detail
-
getSubjectEntityURI
public String getSubjectEntityURI()
-
setSubjectEntityURI
public void setSubjectEntityURI(String subjectEntityURI)
-
getSubjectEntityLabel
public String getSubjectEntityLabel()
-
setSubjectEntityLabel
public void setSubjectEntityLabel(String label)
-
setParentURIToLabel
public void setParentURIToLabel(Set<Individual> parentOrganizations)
-
-