org.gcube.portlets.user.speciesdiscovery.shared
Class SearchFilters
java.lang.Object
org.gcube.portlets.user.speciesdiscovery.shared.SearchFilters
- All Implemented Interfaces:
- Serializable
public class SearchFilters
- extends Object
- implements Serializable
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
- See Also:
- Serialized Form
upperBound
protected Coordinate upperBound
lowerBound
protected Coordinate lowerBound
fromDate
protected Date fromDate
toDate
protected Date toDate
SearchFilters
public SearchFilters()
SearchFilters
public SearchFilters(Coordinate upperBound,
Coordinate lowerBound,
Date fromDate,
Date toDate,
List<DataSourceModel> listDataSources,
String classificationGroupRank,
SpeciesCapability resultType,
List<DataSourceModel> listDataSourcesForSynonyms,
List<DataSourceModel> listDataSourcesForUnfold)
- Parameters:
upperBound
- lowerBound
- fromDate
- toDate
- listDataSources
- classificationGroupRank
- resultType
- listDataSourcesForSynonyms
-
getUpperBound
public Coordinate getUpperBound()
- Returns:
- the upperBound
setUpperBound
public void setUpperBound(Coordinate upperBound)
- Parameters:
upperBound
- the upperBound to set
getLowerBound
public Coordinate getLowerBound()
- Returns:
- the lowerBound
setLowerBound
public void setLowerBound(Coordinate lowerBound)
- Parameters:
lowerBound
- the lowerBound to set
getFromDate
public Date getFromDate()
- Returns:
- the fromDate
setFromDate
public void setFromDate(Date fromDate)
- Parameters:
fromDate
- the fromDate to set
getToDate
public Date getToDate()
- Returns:
- the toDate
setToDate
public void setToDate(Date toDate)
- Parameters:
toDate
- the toDate to set
getListDataSources
public List<DataSourceModel> getListDataSources()
getClassificationGroupByRank
public String getClassificationGroupByRank()
getResultType
public SpeciesCapability getResultType()
setResultType
public void setResultType(SpeciesCapability resultType)
setListDataSources
public void setListDataSources(List<DataSourceModel> listDataSources)
getListDataSourcesForSynonyms
public List<DataSourceModel> getListDataSourcesForSynonyms()
setListDataSourcesForSynonyms
public void setListDataSourcesForSynonyms(List<DataSourceModel> listDataSourcesForSynonyms)
getListDataSourcesForUnfold
public List<DataSourceModel> getListDataSourcesForUnfold()
setListDataSourcesForUnfold
public void setListDataSourcesForUnfold(List<DataSourceModel> listDataSourcesForUnfold)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.