|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.EmbeddedImageInfo
This class represents embedded image information.
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 |
public EmbeddedImageInfo(java.lang.String sMessageID, java.lang.String sIndex, int iSize)
sMessageID
- the message IDsIndex
- the image indexiSize
- the size (in bytes)Method Detail |
public java.lang.String getMessageID()
public java.lang.String getIndex()
public int getSize()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |