public class SearchFilters extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Date |
fromDate |
protected Coordinate |
lowerBound |
protected Date |
toDate |
protected Coordinate |
upperBound |
Constructor and Description |
---|
SearchFilters() |
SearchFilters(Coordinate upperBound,
Coordinate lowerBound,
Date fromDate,
Date toDate,
List<DataSourceModel> listDataSources,
String classificationGroupRank,
SpeciesCapability resultType,
List<DataSourceModel> listDataSourcesForSynonyms,
List<DataSourceModel> listDataSourcesForUnfold) |
Modifier and Type | Method and Description |
---|---|
String |
getClassificationGroupByRank() |
Date |
getFromDate() |
List<DataSourceModel> |
getListDataSources() |
List<DataSourceModel> |
getListDataSourcesForSynonyms() |
List<DataSourceModel> |
getListDataSourcesForUnfold() |
Coordinate |
getLowerBound() |
SpeciesCapability |
getResultType() |
Date |
getToDate() |
Coordinate |
getUpperBound() |
void |
setFromDate(Date fromDate) |
void |
setListDataSources(List<DataSourceModel> listDataSources) |
void |
setListDataSourcesForSynonyms(List<DataSourceModel> listDataSourcesForSynonyms) |
void |
setListDataSourcesForUnfold(List<DataSourceModel> listDataSourcesForUnfold) |
void |
setLowerBound(Coordinate lowerBound) |
void |
setResultType(SpeciesCapability resultType) |
void |
setToDate(Date toDate) |
void |
setUpperBound(Coordinate upperBound) |
String |
toString() |
protected Coordinate upperBound
protected Coordinate lowerBound
protected Date fromDate
protected Date toDate
public SearchFilters()
public SearchFilters(Coordinate upperBound, Coordinate lowerBound, Date fromDate, Date toDate, List<DataSourceModel> listDataSources, String classificationGroupRank, SpeciesCapability resultType, List<DataSourceModel> listDataSourcesForSynonyms, List<DataSourceModel> listDataSourcesForUnfold)
upperBound
- lowerBound
- fromDate
- toDate
- listDataSources
- classificationGroupRank
- resultType
- listDataSourcesForSynonyms
- public Coordinate getUpperBound()
public void setUpperBound(Coordinate upperBound)
upperBound
- the upperBound to setpublic Coordinate getLowerBound()
public void setLowerBound(Coordinate lowerBound)
lowerBound
- the lowerBound to setpublic Date getFromDate()
public void setFromDate(Date fromDate)
fromDate
- the fromDate to setpublic Date getToDate()
public void setToDate(Date toDate)
toDate
- the toDate to setpublic List<DataSourceModel> getListDataSources()
public String getClassificationGroupByRank()
public SpeciesCapability getResultType()
public void setResultType(SpeciesCapability resultType)
public void setListDataSources(List<DataSourceModel> listDataSources)
public List<DataSourceModel> getListDataSourcesForSynonyms()
public void setListDataSourcesForSynonyms(List<DataSourceModel> listDataSourcesForSynonyms)
public List<DataSourceModel> getListDataSourcesForUnfold()
public void setListDataSourcesForUnfold(List<DataSourceModel> listDataSourcesForUnfold)
Copyright © 2016. All Rights Reserved.