|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.search.SearchResult
public class SearchResult
SearchResult
Constructor Summary | |
---|---|
SearchResult()
|
Method Summary | |
---|---|
Date |
getDate()
Returns the Date |
String |
getId()
Returns the Id |
List<String> |
getRoles()
Return the list of roles |
String |
getSummary()
Returns the Summary |
String |
getTitle()
Returns the Title |
String |
getType()
Returns the Type |
String |
getUrl()
Returns the Url |
void |
setDate(Date date)
Sets the Date |
void |
setId(String strId)
Sets the Id |
void |
setRole(List<String> listRoles)
Sets the list of roles |
void |
setSummary(String strSummary)
Sets the Summary |
void |
setTitle(String strTitle)
Sets the Title |
void |
setType(String strType)
Sets the Type |
void |
setUrl(String strUrl)
Sets the Url |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchResult()
Method Detail |
---|
public String getId()
public void setId(String strId)
strId
- The Idpublic Date getDate()
public void setDate(Date date)
date
- The Datepublic String getUrl()
public void setUrl(String strUrl)
strUrl
- The Urlpublic String getTitle()
public void setTitle(String strTitle)
strTitle
- The Titlepublic String getSummary()
public void setSummary(String strSummary)
strSummary
- The Summarypublic String getType()
public void setType(String strType)
strType
- The Typepublic List<String> getRoles()
public void setRole(List<String> listRoles)
listRoles
- the list of roles
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |