|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.compoze.domino.RecipientInfo
This class stores information about a single recipient.
| Method Summary | |
java.lang.String |
getAddress()
Gets the recipient address. |
java.lang.String |
getName()
Gets the display name of the address entry. |
static RecipientInfo[] |
getRecipientInfoArray(RecipientInfo[] recipientInfos,
RecipientType type)
Gets the recipient info objects from the array by the specified type. |
static java.lang.String |
getRecipientInfoString(RecipientInfo[] recipientInfos)
Gets the recipient info string from the specified info array and delimited by a comma-space (", "). |
static java.lang.String |
getRecipientInfoString(RecipientInfo[] recipientInfos,
java.lang.String sDelim)
Gets the recipient info string from the specified info array and delimited by the specified delimiter. |
RecipientType |
getRecipientType()
Gets the recipient type. |
java.lang.String |
toString()
Returns the string representation of this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public RecipientType getRecipientType()
public java.lang.String getAddress()
public java.lang.String getName()
public static java.lang.String getRecipientInfoString(RecipientInfo[] recipientInfos)
throws DominoException
recipientInfos - the recipient info array to readnull or emptyPropertyKey.START_DATE_TIME
public static java.lang.String getRecipientInfoString(RecipientInfo[] recipientInfos,
java.lang.String sDelim)
recipientInfos - the recipient info array to readsDelim - the delimiternull or emptyPropertyKey.START_DATE_TIME
public static RecipientInfo[] getRecipientInfoArray(RecipientInfo[] recipientInfos,
RecipientType type)
recipientInfos - the recipient info array to readtype - the type of recipients to returnpublic java.lang.String toString()
toString in class java.lang.Object
|
Compoze Software, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||