public class SearchResult extends Object
| Constructor and Description |
|---|
SearchResult() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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 TypeCopyright © 2020 City of Paris. All rights reserved.