| 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--portlets.compoze.groupware.calendar.Week
This class represents a week to display.
| Inner 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 | 
public Week(java.util.Date startDate,
            java.util.Date endDate,
            java.util.Locale locale,
            java.util.TimeZone timeZone)
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 | 
public Week.Day[] getDays()
  | 
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||