org.gcube.data.spd.obisplugin.data
Class SearchFilters

java.lang.Object
  extended by 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

Field Summary
protected  Calendar fromDate
           
protected  Coordinate lowerBound
           
protected  Calendar toDate
           
protected  Coordinate upperBound
           
 
Constructor Summary
SearchFilters()
           
SearchFilters(Coordinate upperBound, Coordinate lowerBound, Calendar fromDate, Calendar toDate)
           
SearchFilters(org.gcube.data.spd.model.Property[] properties)
           
 
Method Summary
 Calendar getFromDate()
           
 Coordinate getLowerBound()
           
 Calendar getToDate()
           
 Coordinate getUpperBound()
           
 void setFromDate(Calendar fromDate)
           
 void setLowerBound(Coordinate lowerBound)
           
 void setToDate(Calendar toDate)
           
 void setUpperBound(Coordinate upperBound)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

upperBound

protected Coordinate upperBound

lowerBound

protected Coordinate lowerBound

fromDate

protected Calendar fromDate

toDate

protected Calendar toDate
Constructor Detail

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 -
Method Detail

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.