|
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.mail.SearchDateOption
This class represents the searching by date options.
Field Summary | |
static SearchDateOption |
DATED_AFTER
This value represents 'dated after' option. |
static SearchDateOption |
DATED_BEFORE
This value represents 'dated before' option. |
static SearchDateOption |
DATED_ON
This value represents 'dated on' option. |
static int |
VALUE_DATED_AFTER
This represents the 'dated after' option. |
static int |
VALUE_DATED_BEFORE
This represents the 'dated before' option. |
static int |
VALUE_DATED_ON
This represents the 'dated on' option. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static SearchDateOption |
get(int iValue)
Gets the date option by the value. |
java.lang.String |
getKey()
Gets the key (message name) for i18n. |
static java.util.List |
getSearchDateOptions()
Gets the list of date option objects. |
int |
getValue()
Gets the value of the date option. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_DATED_AFTER
public static final int VALUE_DATED_ON
public static final int VALUE_DATED_BEFORE
public static final SearchDateOption DATED_AFTER
public static final SearchDateOption DATED_ON
public static final SearchDateOption DATED_BEFORE
Method Detail |
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static SearchDateOption get(int iValue)
iValue
- the value to get bynull
if not foundpublic static java.util.List getSearchDateOptions()
SearchDateOption
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 |