|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.compoze.exchange.webdav.BusyStatus
BusyStatus
This class indicates the current status of an attendee at the time of an appointment. The internationalizable
string values are stored in the com.compoze.exchange.exchange_resources.properties
(accessed through com.compoze.exchange.ExchangeProperties) and referenced by
their key.
| Field Summary | |
static BusyStatus |
BUSY
Deprecated. This value represents the attendee is busy. |
static BusyStatus |
FREE
Deprecated. This value represents attendee is free. |
static BusyStatus |
OUT_OF_OFFICE
Deprecated. This value represents attendee is out of office. |
static BusyStatus |
TENTATIVE
Deprecated. This value represents attendee is tentative. |
| Method Summary | |
boolean |
equals(java.lang.Object o)
Deprecated. Indicates whether some other BusyStatus
object is "equal to" this one. |
static BusyStatus |
getByKey(java.lang.String sName)
Deprecated. Gets the busy status by value. |
static BusyStatus |
getByStoreValue(java.lang.String sStoreValue)
Deprecated. Gets the busy status by its store value. |
static java.util.List |
getList()
Deprecated. Gets the list of busy status levels. |
java.lang.String |
getName()
Deprecated. Gets the name of the busy status. |
java.lang.String |
getName(java.util.Locale locale)
Deprecated. Gets the name of the busy status using the specified locale. |
java.lang.String |
getStoreValue()
Deprecated. Gets the value that's used to store the busy status in the storage system. |
java.lang.String |
toString()
Deprecated. Returns a string representation of the object. |
java.lang.String |
toString(java.util.Locale locale)
Deprecated. Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final BusyStatus BUSY
public static final BusyStatus FREE
public static final BusyStatus TENTATIVE
public static final BusyStatus OUT_OF_OFFICE
| Method Detail |
public java.lang.String getName()
public java.lang.String getName(java.util.Locale locale)
locale - the localepublic java.lang.String getStoreValue()
public static BusyStatus getByStoreValue(java.lang.String sStoreValue)
sStoreValue - the store value to get bynull if not foundpublic static BusyStatus getByKey(java.lang.String sName)
sName - the value of the attend statuspublic static java.util.List getList()
BusyStatuses (unmodifiable)public boolean equals(java.lang.Object o)
BusyStatus
object is "equal to" this one.equals in class java.lang.Objecto - the object to check for equalitytrue if this object is the same as the obj argument; false otherwisepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(java.util.Locale locale)
locale - the locale
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||