Oracle

portlets.compoze.groupware
Class EmbeddedImageInfo

java.lang.Object
  extended by 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)

Oracle

Copyright ©1999-2008 Oracle All rights reserved.