org.exoplatform.wiki.service.search
Class SearchResult
java.lang.Object
org.exoplatform.wiki.service.search.SearchResult
- Direct Known Subclasses:
- TemplateSearchResult
public class SearchResult
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
excerpt
protected String excerpt
title
protected String title
path
protected String path
type
protected String type
pageName
protected String pageName
url
protected String url
jcrScore
protected long jcrScore
updatedDate
protected Calendar updatedDate
createdDate
protected Calendar createdDate
SearchResult
public SearchResult()
SearchResult
public SearchResult(String excerpt,
String title,
String path,
String type,
Calendar updatedDate,
Calendar createdDate)
setTitle
public void setTitle(String title)
getTitle
public String getTitle()
setPath
public void setPath(String path)
getPath
public String getPath()
setExcerpt
public void setExcerpt(String text)
getExcerpt
public String getExcerpt()
throws ClassNotFoundException,
IllegalArgumentException,
SecurityException,
IllegalAccessException,
InvocationTargetException,
NoSuchMethodException
- Throws:
ClassNotFoundException
IllegalArgumentException
SecurityException
IllegalAccessException
InvocationTargetException
NoSuchMethodException
setType
public void setType(String type)
getType
public String getType()
setPageName
public void setPageName(String pageName)
getPageName
public String getPageName()
setUrl
public void setUrl(String url)
getUrl
public String getUrl()
setJcrScore
public void setJcrScore(long jcrScore)
getJcrScore
public long getJcrScore()
getUpdatedDate
public Calendar getUpdatedDate()
setUpdatedDate
public void setUpdatedDate(Calendar updatedDate)
getCreatedDate
public Calendar getCreatedDate()
- Returns:
- the createdDate
setCreatedDate
public void setCreatedDate(Calendar createdDate)
- Parameters:
createdDate - the createdDate to set
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.