Compoze Software, Inc.

portlets.compoze.groupware.mail
Class Undeliverable

java.lang.Object
  extended byportlets.compoze.groupware.AbstractItem
      extended byportlets.compoze.groupware.mail.Message
          extended byportlets.compoze.groupware.mail.Undeliverable
All Implemented Interfaces:
java.io.Serializable

public class Undeliverable
extends Message
implements java.io.Serializable

This class represents an undeliverable message.

See Also:
Serialized Form

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

Undeliverable

public Undeliverable(java.lang.String sID)
Constructor.

Parameters:
sID - the ID
Method Detail

getBodyMessageName

public java.lang.String getBodyMessageName()
Gets the undeliverable body i18n resource key.

Returns:
the undeliverable body i18n resource key

setBodyMessageName

public void setBodyMessageName(java.lang.String sBodyMessageName)
Sets the undeliverable body i18n resource key.

Parameters:
sBodyMessageName - the undeliverable body i18n resource key

setBodyMessageArgs

public void setBodyMessageArgs(java.lang.String[] args)
Sets the undeliverable body i18n message args.

Parameters:
args - the undeliverable body i18n message args

getBodyMessageArgs

public java.lang.String[] getBodyMessageArgs()
Gets the undeliverable body i18n message args.

Returns:
the undeliverable body i18n message args

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.