|
|||||||||
| Home >> All >> hk >> hku >> cecid >> phoenix >> [ pki overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
hk.hku.cecid.phoenix.pki
Class DocumentDetail

java.lang.Objecthk.hku.cecid.phoenix.pki.DocumentDetail
- public class DocumentDetail
- extends java.lang.Object
A data structure class for holding the document attachment parameters.
- Version:
- $Revision: 1.3 $
| Field Summary | |
java.lang.String |
contentType
The content type of the document. |
java.io.InputStream |
stream
The input stream of the content of the document. |
java.lang.String |
uri
The URI of the document. |
| Constructor Summary | |
DocumentDetail()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
uri
public java.lang.String uri
- The URI of the document.
stream
public java.io.InputStream stream
- The input stream of the content of the document.
contentType
public java.lang.String contentType
- The content type of the document.
| Constructor Detail |
DocumentDetail
public DocumentDetail()
|
|||||||||
| Home >> All >> hk >> hku >> cecid >> phoenix >> [ pki overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
hk.hku.cecid.phoenix.pki.DocumentDetail