|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.domino.AttachmentInfo
public class AttachmentInfo
This class stores information about a single attachment.
Method Summary | |
---|---|
java.lang.String |
getID()
Gets the ID of the attachment. |
int |
getIndex()
Gets the index of the attachment. |
java.lang.String |
getName()
Gets the display name of the attachment. |
int |
getSize()
Gets the size of the attachment. |
DataHandler |
serverGetAttachment()
Queries the server to get the attachment data handler. |
java.lang.String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
public int getSize()
public int getIndex()
public java.lang.String getID()
public DataHandler serverGetAttachment() throws DominoException
DominoException
public java.lang.String toString()
toString
in class java.lang.Object
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |