org.apache.myfaces.custom.schedule
Class ScheduleDetailedDayRenderer.EntryWrapper

java.lang.Object
  extended by org.apache.myfaces.custom.schedule.ScheduleDetailedDayRenderer.EntryWrapper
All Implemented Interfaces:
Comparable
Enclosing class:
ScheduleDetailedDayRenderer

protected class ScheduleDetailedDayRenderer.EntryWrapper
extends Object
implements Comparable


Method Summary
 int compareTo(Object o)
           
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable
See Also:
Comparable.compareTo(java.lang.Object)

equals

public boolean equals(Object o)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.