Compoze Software, Inc.

portlets.compoze.groupware.calendar
Class Week.Day


java.lang.Object

  |

  +--portlets.compoze.groupware.calendar.Week.Day

All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Week

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

See Also:
Serialized Form

Method Summary
 java.util.Date getDate()
          Gets the date for this day.
 java.lang.String getDayString()
          Gets the localized day string for this day.
 java.lang.String getMonthYearString()
          Gets the localized month/year string for this day.
 boolean isToday()
          Checks if the given date is today.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDate


public java.util.Date getDate()
Gets the date for this day.
Returns:
the date

getDayString


public java.lang.String getDayString()
Gets the localized day string for this day.
Returns:
the localized day string for this day

getMonthYearString


public java.lang.String getMonthYearString()
Gets the localized month/year string for this day.
Returns:
the localized month/yearstring for this day

isToday


public boolean isToday()
Checks if the given date is today.
Returns:
true if the date is today; false otherwise

Compoze Software, Inc.

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