org.wicketstuff.calendarviews.model
Class TimePeriod
java.lang.Object
org.wicketstuff.calendarviews.model.TimePeriod
- All Implemented Interfaces:
- java.io.Serializable
public class TimePeriod
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
TimePeriod(java.util.Date startDate,
java.util.Date endDate)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TimePeriod
public TimePeriod(java.util.Date startDate,
java.util.Date endDate)
getStartDate
public java.util.Date getStartDate()
getEndDate
public java.util.Date getEndDate()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2010. All Rights Reserved.