public class SearchResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
createdDate |
protected String |
excerpt |
protected long |
jcrScore |
protected String |
pageName |
protected String |
path |
protected String |
title |
protected String |
type |
protected Calendar |
updatedDate |
protected String |
url |
| Constructor and Description |
|---|
SearchResult() |
SearchResult(String excerpt,
String title,
String path,
String type,
Calendar updatedDate,
Calendar createdDate) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCreatedDate() |
String |
getExcerpt() |
long |
getJcrScore() |
String |
getPageName() |
String |
getPath() |
String |
getTitle() |
String |
getType() |
Calendar |
getUpdatedDate() |
String |
getUrl() |
void |
setCreatedDate(Calendar createdDate) |
void |
setExcerpt(String text) |
void |
setJcrScore(long jcrScore) |
void |
setPageName(String pageName) |
void |
setPath(String path) |
void |
setTitle(String title) |
void |
setType(String type) |
void |
setUpdatedDate(Calendar updatedDate) |
void |
setUrl(String url) |
protected String excerpt
protected String title
protected String path
protected String type
protected String pageName
protected String url
protected long jcrScore
protected Calendar updatedDate
protected Calendar createdDate
public void setTitle(String title)
public String getTitle()
public void setPath(String path)
public String getPath()
public void setExcerpt(String text)
public String getExcerpt() throws ClassNotFoundException, IllegalArgumentException, SecurityException, IllegalAccessException, NoSuchMethodException
public void setType(String type)
public String getType()
public void setPageName(String pageName)
public String getPageName()
public void setUrl(String url)
public String getUrl()
public void setJcrScore(long jcrScore)
public long getJcrScore()
public Calendar getUpdatedDate()
public void setUpdatedDate(Calendar updatedDate)
public Calendar getCreatedDate()
public void setCreatedDate(Calendar createdDate)
createdDate - the createdDate to setCopyright © 2003–2014 eXo Platform SAS. All rights reserved.