org.kuali.student.r2.common.infc
Interface DateRange

All Known Implementing Classes:
DateRangeInfo

public interface DateRange

A range of two dates.

Author:
tom

Method Summary
 Date getEndDate()
          Gets the end date of the range.
 Date getStartDate()
          Get sthe start date of the range.
 

Method Detail

getStartDate

Date getStartDate()
Get sthe start date of the range.


getEndDate

Date getEndDate()
Gets the end date of the range.



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.