Compoze Software, Inc.

portlets.compoze.groupware.mail
Class TraceReport

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

public class TraceReport
extends Message
implements java.io.Serializable

This class represents a trace report.

See Also:
Serialized Form

Constructor Summary
TraceReport(java.lang.String sID)
          Constructor
 
Method Summary
 java.lang.String[] getBodyMessageArgs(java.util.Locale locale, java.util.TimeZone timeZone)
          Gets the return receipt body i18n message args.
 java.lang.String getBodyMessageName()
          Gets the return receipt body i18n resource key.
 void setBodyMessageArgs(java.lang.String[] args)
          Sets the return receipt body i18n message args.
 void setBodyMessageName(java.lang.String sBodyMessageName)
          Sets the return receipt body i18n resource key.
 void setDeliveredDate(java.util.Date deliveredDate)
          Sets the delivered date.
 
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

TraceReport

public TraceReport(java.lang.String sID)
Constructor

Parameters:
sID - the ID
Method Detail

getBodyMessageName

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

Returns:
the return receipt body i18n resource key

setBodyMessageName

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

Parameters:
sBodyMessageName - the return receipt body i18n resource key

setBodyMessageArgs

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

Parameters:
args - the return receipt body i18n message args

getBodyMessageArgs

public java.lang.String[] getBodyMessageArgs(java.util.Locale locale,
                                             java.util.TimeZone timeZone)
Gets the return receipt body i18n message args.

Returns:
the return receipt body i18n message args

setDeliveredDate

public void setDeliveredDate(java.util.Date deliveredDate)
Sets the delivered date.

Parameters:
deliveredDate - the delivered date

Compoze Software, Inc.

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