|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.genericInterface.DocumentContent
Java Bean object that contains document content and information about type and format (text/binary).
| Method Summary | |
java.lang.String |
getContent()
returns the document content as a String. |
java.lang.String |
getContentType()
returns the document content type (i.e. |
boolean |
isBinary()
returns true if the original document content is binary, false otherwise. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getContent()
throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String getContentType()
throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isBinary()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||