|
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.addressbook.Suffix
This class represents the name suffix for a contact.
Field Summary | |
static Suffix |
SUFFIX_I
This value represents a 'I' suffix. |
static Suffix |
SUFFIX_II
This value represents a 'II' suffix. |
static Suffix |
SUFFIX_III
This value represents a 'III' suffix. |
static Suffix |
SUFFIX_JR
This value represents a 'Jr.' suffix. |
static Suffix |
SUFFIX_SR
This value represents a 'Sr.' suffix. |
static int |
VALUE_I
This value represents the 'I' value. |
static int |
VALUE_II
This value represents the 'II' value. |
static int |
VALUE_III
This value represents the 'III' value. |
static int |
VALUE_JR
This value represents the 'Jr.' value. |
static int |
VALUE_SR
This value represents the 'Sr.' value. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static Suffix |
get(int iValue)
Gets the suffix by the value. |
java.lang.String |
getKey()
Gets the key (suffix name) for i18n. |
static java.util.List |
getSuffixes()
Gets the list of suffix objects. |
int |
getValue()
Gets the value of the suffix. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUE_I
public static final int VALUE_II
public static final int VALUE_III
public static final int VALUE_JR
public static final int VALUE_SR
public static final Suffix SUFFIX_I
public static final Suffix SUFFIX_II
public static final Suffix SUFFIX_III
public static final Suffix SUFFIX_JR
public static final Suffix SUFFIX_SR
Method Detail |
public java.lang.String getKey()
public int getValue()
VALUE_
constants)public static Suffix get(int iValue)
iValue
- the value to get bynull
if not foundpublic static java.util.List getSuffixes()
Suffix
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 |