Compoze Software, Inc.

portlets.compoze.groupware
Class EmbeddedImageInfo


java.lang.Object

  |

  +--portlets.compoze.groupware.EmbeddedImageInfo

All Implemented Interfaces:
java.io.Serializable

public class EmbeddedImageInfo
extends java.lang.Object
implements java.io.Serializable

This class represents embedded image information.

See Also:
Serialized Form

Constructor Summary
EmbeddedImageInfo(java.lang.String sMessageID, java.lang.String sIndex, int iSize)
          Constructor.
 
Method Summary
 java.lang.String getIndex()
          Gets the image index.
 java.lang.String getMessageID()
          Gets the image message ID.
 int getSize()
          Gets the size of the image (in bytes).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedImageInfo


public EmbeddedImageInfo(java.lang.String sMessageID,
                         java.lang.String sIndex,
                         int iSize)
Constructor.
Parameters:
sMessageID - the message ID
sIndex - the image index
iSize - the size (in bytes)
Method Detail

getMessageID


public java.lang.String getMessageID()
Gets the image message ID.
Returns:
the image message ID

getIndex


public java.lang.String getIndex()
Gets the image index.
Returns:
the image index

getSize


public int getSize()
Gets the size of the image (in bytes).
Returns:
the size of the image (in bytes)

Compoze Software, Inc.

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