org.gcube.data.spd.obisplugin.data
Class SearchFilters
java.lang.Object
org.gcube.data.spd.obisplugin.data.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 Calendar fromDate
toDate
protected Calendar toDate
SearchFilters
public SearchFilters()
SearchFilters
public SearchFilters(org.gcube.data.spd.model.Property[] properties)
SearchFilters
public SearchFilters(Coordinate upperBound,
Coordinate lowerBound,
Calendar fromDate,
Calendar toDate)
- Parameters:
upperBound - lowerBound - fromDate - toDate -
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 Calendar getFromDate()
- Returns:
- the fromDate
setFromDate
public void setFromDate(Calendar fromDate)
- Parameters:
fromDate - the fromDate to set
getToDate
public Calendar getToDate()
- Returns:
- the toDate
setToDate
public void setToDate(Calendar toDate)
- Parameters:
toDate - the toDate to set
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.