org.apache.commons.betwixt.introspection
Interface IDateRange

All Known Subinterfaces:
ICopyableDateRange
All Known Implementing Classes:
CopyableDateRange

public interface IDateRange

Author:
Apache Commons Team, Apache Software Foundation

Method Summary
 java.util.Date getEndDate()
           
 java.util.Date getStartDate()
           
 

Method Detail

getStartDate

java.util.Date getStartDate()

getEndDate

java.util.Date getEndDate()


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.