portlets.compoze.groupware
Class EmbeddedMessageAttachmentInfo
java.lang.Object
portlets.compoze.groupware.AttachmentInfo
portlets.compoze.groupware.EmbeddedMessageAttachmentInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class EmbeddedMessageAttachmentInfo
- extends AttachmentInfo
- implements java.io.Serializable
This class represents attachment information.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EmbeddedMessageAttachmentInfo
public EmbeddedMessageAttachmentInfo(java.lang.String sMessageID,
int iIndex,
java.lang.String sName,
int iSize)
- Constructor.
- Parameters:
sMessageID
- the message IDiIndex
- the attachment indexsName
- the attachment nameiSize
- the size (in bytes)
EmbeddedMessageAttachmentInfo
public EmbeddedMessageAttachmentInfo(java.lang.String sMessageID,
int iIndex,
java.lang.String sName,
int iSize,
java.lang.String sAttachmentID)
- Constructor.
- Parameters:
sMessageID
- the message IDiIndex
- the attachment indexsName
- the attachment nameiSize
- the size (in bytes)sAttachmentID
- the attachment ID
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.