Compoze Software, Inc.

portlets.compoze.groupware.calendar
Class Day.Interval.Entry


java.lang.Object

  |

  +--portlets.compoze.groupware.calendar.Day.Interval.Entry

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Day.Interval

public static class Day.Interval.Entry
extends java.lang.Object
implements java.io.Serializable

This class represents an interval entry.

See Also:
Serialized Form

Constructor Summary
Day.Interval.Entry()
           
 
Method Summary
 boolean display()
          Checks if this entry should be displayed.
 Appointment getAppointment()
          Gets the appointment to display in this entry.
 int getIntervalCount()
          Gets the interval count.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Day.Interval.Entry


public Day.Interval.Entry()
Method Detail

getAppointment


public Appointment getAppointment()
Gets the appointment to display in this entry.
Returns:
the appointment or null for no appointment

getIntervalCount


public int getIntervalCount()
Gets the interval count.
Returns:
the interval count

display


public boolean display()
Checks if this entry should be displayed.
Returns:
true if this entry should be displayed; false otherwise

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.