Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

hk.hku.cecid.phoenix.pki
Class DocumentDetail  view DocumentDetail download DocumentDetail.java

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