|
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.AbstractItem | +--portlets.compoze.groupware.mail.Message | +--portlets.compoze.groupware.mail.Undeliverable
This class represents an undeliverable message.
Constructor Summary | |
Undeliverable(java.lang.String sID)
Constructor. |
Method Summary | |
java.lang.String[] |
getBodyMessageArgs()
Gets the undeliverable body i18n message args. |
java.lang.String |
getBodyMessageName()
Gets the undeliverable body i18n resource key. |
void |
setBodyMessageArgs(java.lang.String[] args)
Sets the undeliverable body i18n message args. |
void |
setBodyMessageName(java.lang.String sBodyMessageName)
Sets the undeliverable body i18n resource key. |
Methods inherited from class portlets.compoze.groupware.mail.Message |
getEmbeddedMessageIndex, getFlag, getFolderID, getFolderName, getParentMessageID, getRecipientInfo, getSenderInfo, getSensitivity, getTimeReceived, getToRecipientsDisplay, isEmbedded, isPreventForward, isRead, isReplySentFlag, setEmbeddedMessageIndex, setFlag, setFolderID, setFolderName, setIsEmbedded, setIsPreventForward, setIsRead, setIsReplySentFlag, setParentMessageID, setRecipientInfo, setSenderInfo, setSensitivity, setTimeReceived, setToRecipientsDisplay |
Methods inherited from class portlets.compoze.groupware.AbstractItem |
getAttachmentCount, getAttachmentInfoArray, getBodyHtml, getBodyText, getBodyTextAsHtml, getDateCreated, getID, getImportance, getIndex, getItemType, getSize, getSizeInKilobytes, getSubject, getSubject, hasAttachment, prettyTruncate, setAttachmentCount, setAttachmentInfoArray, setBodyHtml, setBodyText, setDateCreated, setHasAttachment, setID, setImportance, setIndex, setItemType, setSize, setSubject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Undeliverable(java.lang.String sID)
sID
- the IDMethod Detail |
public java.lang.String getBodyMessageName()
public void setBodyMessageName(java.lang.String sBodyMessageName)
sBodyMessageName
- the undeliverable body i18n resource keypublic void setBodyMessageArgs(java.lang.String[] args)
args
- the undeliverable body i18n message argspublic java.lang.String[] getBodyMessageArgs()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |