Compoze Software, Inc.

portlets.compoze.groupware.calendar
Class Week

java.lang.Object
  extended byportlets.compoze.groupware.calendar.Week
All Implemented Interfaces:
java.io.Serializable

public class Week
extends java.lang.Object
implements java.io.Serializable

This class represents a week to display.

See Also:
Serialized Form

Nested Class Summary
static class Week.Day
           
 
Constructor Summary
Week(java.util.Date startDate, java.util.Date endDate, java.util.Locale locale, java.util.TimeZone timeZone)
          Constructor.
 
Method Summary
 Week.Day[] getDays()
          Gets the days for the week.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Week

public Week(java.util.Date startDate,
            java.util.Date endDate,
            java.util.Locale locale,
            java.util.TimeZone timeZone)
Constructor.

Parameters:
startDate - the week start date (may not be null)
endDate - the week end date (may not be null)
locale - the locale (may not be null)
timeZone - the time zone (may not be null)
Method Detail

getDays

public Week.Day[] getDays()
Gets the days for the week.

Returns:
an array of days or an empty array for none

Compoze Software, Inc.

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