public abstract class SearchResult extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SearchResult.SearchResultType |
Constructor and Description |
---|
SearchResult() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getId() |
SearchResult.SearchResultType |
getType() |
void |
setDescription(String description) |
void |
setId(String id) |
protected void |
setType(SearchResult.SearchResultType type) |
public String getId()
public void setId(String id)
public String getDescription()
public void setDescription(String description)
public SearchResult.SearchResultType getType()
protected void setType(SearchResult.SearchResultType type)
Copyright © 2018 Zanata Project. All rights reserved.