org.wicketstuff.calendarviews.model
Class TimePeriod

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Date getEndDate()
           
 java.util.Date getStartDate()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimePeriod

public TimePeriod(java.util.Date startDate,
                  java.util.Date endDate)
Method Detail

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.