Class DateRangeValue

java.lang.Object
com.onenetwork.platform.common.date.DateRangeValue
All Implemented Interfaces:
DateRange

public class DateRangeValue
extends java.lang.Object
implements DateRange
The default implementation of DateRange.
  • Constructor Summary

    Constructors 
    Constructor Description
    DateRangeValue​(java.util.Calendar start, java.util.Calendar end)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Calendar getEnd()
    Returns the end date
    java.util.Calendar getStart()
    Returns the start date
    void setEnd​(java.util.Calendar value)
    Sets the end date
    void setStart​(java.util.Calendar value)
    Sets the start date
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait