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