|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectportlets.compoze.groupware.home.Day
This class represents a day in the calendar summary.
Constructor Summary | |
Day(java.util.Date givenDate,
java.util.Locale locale,
java.util.TimeZone timeZone)
Constructor. |
Method Summary | |
java.util.Date |
getDate()
Gets the date for this day. |
java.lang.String |
getDateString(java.util.Locale locale)
Gets the localized date string. |
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 |
Constructor Detail |
public Day(java.util.Date givenDate, java.util.Locale locale, java.util.TimeZone timeZone)
givenDate
- the date for this day (may not be null
)locale
- the localetimeZone
- the time zoneMethod Detail |
public java.lang.String getDateString(java.util.Locale locale)
locale
- the locale (may not be null
)
public java.util.Date getDate()
public boolean isToday()
true
if this day is today; false
otherwise
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |