public class TitleSearchResult extends Object
| Constructor and Description |
|---|
TitleSearchResult(String title,
SearchResultType type,
String url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle() |
SearchResultType |
getType() |
String |
getUrl() |
void |
setTitle(String title) |
void |
setType(SearchResultType type) |
void |
setUrl(String url) |
public TitleSearchResult(String title, SearchResultType type, String url)
public SearchResultType getType()
public void setType(SearchResultType type)
public void setTitle(String title)
public String getTitle()
public void setUrl(String url)
public String getUrl()
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.