|
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.RecipientInfo.Recipient
This class represents a recipient.
Field Summary | |
static int |
RECIPIENT_TYPE_BCC
|
static int |
RECIPIENT_TYPE_CC
|
static int |
RECIPIENT_TYPE_TO
|
Constructor Summary | |
RecipientInfo.Recipient()
Constructor. |
|
RecipientInfo.Recipient(int iIndex,
java.lang.String sEmailAddress,
java.lang.String sDisplayName)
Constructor. |
|
RecipientInfo.Recipient(int iIndex,
java.lang.String sEmailAddress,
java.lang.String sDisplayName,
int iType,
java.lang.String sID)
Constructor. |
|
RecipientInfo.Recipient(RecipientInfo.Recipient recipient)
Constructor. |
Method Summary | |
java.lang.String |
getDisplayName()
Gets the display name. |
java.lang.String |
getEmailAddress()
Gets the email address. |
java.lang.String |
getID()
Gets the recipient ID. |
int |
getIndex()
Gets the index. |
int |
getType()
Gets the recipient type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int RECIPIENT_TYPE_TO
public static final int RECIPIENT_TYPE_CC
public static final int RECIPIENT_TYPE_BCC
Constructor Detail |
public RecipientInfo.Recipient()
public RecipientInfo.Recipient(int iIndex, java.lang.String sEmailAddress, java.lang.String sDisplayName)
iIndex
- the recipient indexsEmailAddress
- the email address (may not be null
)sDisplayName
- the display namepublic RecipientInfo.Recipient(RecipientInfo.Recipient recipient)
iIndex
- the recipientpublic RecipientInfo.Recipient(int iIndex, java.lang.String sEmailAddress, java.lang.String sDisplayName, int iType, java.lang.String sID)
iIndex
- the recipient indexsEmailAddress
- the email address (may not be null
)sDisplayName
- the display nameiType
- the recipient typesID
- the recipient ID (may not be null
)Method Detail |
public int getIndex()
public java.lang.String getDisplayName()
public java.lang.String getEmailAddress()
public int getType()
public java.lang.String getID()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |