|
||||||||||
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 | |
---|---|
java.util.Date |
getDate()
Returns the Date |
java.lang.String |
getId()
Returns the Id |
java.util.List<java.lang.String> |
getRoles()
Return the list of roles |
java.lang.String |
getSummary()
Returns the Summary |
java.lang.String |
getTitle()
Returns the Title |
java.lang.String |
getType()
Returns the Type |
java.lang.String |
getUrl()
Returns the Url |
void |
setDate(java.util.Date date)
Sets the Date |
void |
setId(java.lang.String strId)
Sets the Id |
void |
setRole(java.util.List<java.lang.String> listRoles)
Sets the list of roles |
void |
setSummary(java.lang.String strSummary)
Sets the Summary |
void |
setTitle(java.lang.String strTitle)
Sets the Title |
void |
setType(java.lang.String strType)
Sets the Type |
void |
setUrl(java.lang.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 java.lang.String getId()
public void setId(java.lang.String strId)
strId
- The Idpublic java.util.Date getDate()
public void setDate(java.util.Date date)
date
- The Datepublic java.lang.String getUrl()
public void setUrl(java.lang.String strUrl)
strUrl
- The Urlpublic java.lang.String getTitle()
public void setTitle(java.lang.String strTitle)
strTitle
- The Titlepublic java.lang.String getSummary()
public void setSummary(java.lang.String strSummary)
strSummary
- The Summarypublic java.lang.String getType()
public void setType(java.lang.String strType)
strType
- The Typepublic java.util.List<java.lang.String> getRoles()
public void setRole(java.util.List<java.lang.String> listRoles)
listRoles
- the list of roles
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |