asit.moa.client.deliver.moazs
Class BinaryDocument

java.lang.Object
  extended byasit.moa.client.deliver.moazs.BinaryDocument

public class BinaryDocument
extends Object

Author:
atauber TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
protected  String fileName_
           
protected  InputStream is_
           
protected  String mimeType_
           
 
Constructor Summary
BinaryDocument(InputStream is, String fileName, String mimeType)
           
 
Method Summary
 String getFileName()
           
 InputStream getInputStream()
           
 String getMimeType()
           
 void setInputStream(InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

is_

protected InputStream is_

fileName_

protected String fileName_

mimeType_

protected String mimeType_
Constructor Detail

BinaryDocument

public BinaryDocument(InputStream is,
                      String fileName,
                      String mimeType)
Method Detail

setInputStream

public void setInputStream(InputStream is)

getInputStream

public InputStream getInputStream()

getFileName

public String getFileName()

getMimeType

public String getMimeType()


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.