fr.paris.lutece.portal.service.search
Class SearchResult

java.lang.Object
  extended by fr.paris.lutece.portal.service.search.SearchResult

public class SearchResult
extends java.lang.Object

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

SearchResult

public SearchResult()
Method Detail

getId

public java.lang.String getId()
Returns the Id

Returns:
The Id

setId

public void setId(java.lang.String strId)
Sets the Id

Parameters:
strId - The Id

getDate

public java.util.Date getDate()
Returns the Date

Returns:
The Date

setDate

public void setDate(java.util.Date date)
Sets the Date

Parameters:
date - The Date

getUrl

public java.lang.String getUrl()
Returns the Url

Returns:
The Url

setUrl

public void setUrl(java.lang.String strUrl)
Sets the Url

Parameters:
strUrl - The Url

getTitle

public java.lang.String getTitle()
Returns the Title

Returns:
The Title

setTitle

public void setTitle(java.lang.String strTitle)
Sets the Title

Parameters:
strTitle - The Title

getSummary

public java.lang.String getSummary()
Returns the Summary

Returns:
The Summary

setSummary

public void setSummary(java.lang.String strSummary)
Sets the Summary

Parameters:
strSummary - The Summary

getType

public java.lang.String getType()
Returns the Type

Returns:
The Type

setType

public void setType(java.lang.String strType)
Sets the Type

Parameters:
strType - The Type

getRoles

public java.util.List<java.lang.String> getRoles()
Return the list of roles

Returns:
the list of roles

setRole

public void setRole(java.util.List<java.lang.String> listRoles)
Sets the list of roles

Parameters:
listRoles - the list of roles


Copyright © 2009 Mairie de Paris. All Rights Reserved.