org.wicketstuff.calendarviews.model
Class TimePeriod

java.lang.Object
  extended by org.wicketstuff.calendarviews.model.TimePeriod
All Implemented Interfaces:
Serializable

public class TimePeriod
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TimePeriod(Date startDate, Date endDate)
           
 
Method Summary
 boolean equals(Object obj)
           
 Date getEndDate()
           
 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(Date startDate,
                  Date endDate)
Method Detail

getStartDate

public Date getStartDate()

getEndDate

public Date getEndDate()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2011. All Rights Reserved.