|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.ebusiness.RecipientRole
This class represents the role of a recipient in an event. The role of the recipient informs the recipient of their involvement in the event
Recipient
, Serialized FormField Summary | |
static RecipientRole |
CHAIR
This value represents a 'chair' recipient role and indicates chair of the entity. |
static RecipientRole |
NON
This value represents a 'non' recipient role and indicates a recipient is included for informational purposes. |
static RecipientRole |
OPTIONAL
This value represents an 'optional' recipient role and indicates a recipients' participation is optional. |
static RecipientRole |
REQUIRED
This value represents a 'required' recipient role and indicates a recipients' participation is required. |
static java.util.List |
s_values
An array containing all of the fixed recipient roles. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Checks for equality. |
static RecipientRole |
get(java.lang.String sStoreValue)
Gets the recipient role by its store value. |
static java.util.List |
getList()
Gets the list of recipient roles. |
java.lang.String |
getName()
Gets the name of the recipient role using the system default locale. |
java.lang.String |
getName(java.util.Locale locale)
Gets the name of the recipient role using the specified locale. |
java.lang.String |
getStoreValue()
Gets the value that's used to store the recipient role in the storage system. |
static void |
main(java.lang.String[] args)
Returns a string representation of the object. |
java.lang.String |
toString()
Returns a string representation of the object. |
java.lang.String |
toString(java.util.Locale locale)
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 java.util.List s_values
public static final RecipientRole CHAIR
public static final RecipientRole REQUIRED
public static final RecipientRole OPTIONAL
public static final RecipientRole NON
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 RecipientRole get(java.lang.String sStoreValue)
sStoreValue
- the store value to get by (may not be null
)null
if not foundpublic static java.util.List getList()
RecipientRole
s (unmodifiable)public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to check (may not be null
)true
if this object has the same store value as the specified role; false
otherwisepublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(java.util.Locale locale)
locale
- the localepublic static void main(java.lang.String[] args)
locale
- the locale
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |