|
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.BusyStatus
This class represents the busy status of an appointment.
Field Summary | |
static BusyStatus |
BUSY
This value represents a 'busy' busy status. |
static BusyStatus |
FREE
This value represents a 'free' busy status. |
static BusyStatus |
OUT_OF_OFFICE
This value represents a 'out of office' busy status. |
static BusyStatus |
TENTATIVE
This value represents a 'tentative' busy status. |
static int |
VALUE_BUSY
This value represents the 'busy' value. |
static int |
VALUE_FREE
This value represents the 'free' value. |
static int |
VALUE_OUT_OF_OFFICE
This value represents the 'out of office' value. |
static int |
VALUE_TENTATIVE
This value represents the 'tentative' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static BusyStatus |
get(int iValue)
Gets the busy status by the value. |
static java.util.List |
getBusyStatus()
Gets the list of busy status objects. |
java.lang.String |
getKey()
Gets the key (message name) for i18n. |
int |
getValue()
Gets the value of the busy status. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_FREE
public static final int VALUE_TENTATIVE
public static final int VALUE_BUSY
public static final int VALUE_OUT_OF_OFFICE
public static final BusyStatus FREE
public static final BusyStatus TENTATIVE
public static final BusyStatus BUSY
public static final BusyStatus OUT_OF_OFFICE
Method Detail |
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static BusyStatus get(int iValue)
iValue
- the value to get bynull
if not foundpublic static java.util.List getBusyStatus()
BusyStatus
objects (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to checktrue
if this object has the same value as the argument; false
otherwisegetValue()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |