public class AutocompleteController.SearchResult extends Object implements Comparable<Object>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
List<String> |
getAllMsTypes() |
String |
getJsonLabel() |
String |
getJsonMsType() |
String |
getJsonUri() |
String |
getLabel() |
String |
getMsType() |
String |
getMsTypeLocalName(String theUri,
VitroRequest vreq) |
String |
getUri() |
public String getLabel()
public String getJsonLabel()
public String getUri()
public String getJsonUri()
public String getMsType()
public String getMsTypeLocalName(String theUri, VitroRequest vreq)
public String getJsonMsType()
public int compareTo(Object o) throws ClassCastException
compareTo in interface Comparable<Object>ClassCastExceptionCopyright © 2016. All rights reserved.