Cloneable
Range<Date>
@Embeddable public class DateRange extends Object implements Cloneable, Range<Date>
DateRange()
DateRange(Date min, Date max)
DateRange
clone()
Date
getMax()
getMin()
void
setMax(Date max)
setMin(Date min)
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DateRange()
public DateRange(Date min, Date max)
public DateRange clone()
clone
Object
public Date getMax()
getMax
public Date getMin()
getMin
public void setMax(Date max)
public void setMin(Date min)