edu.uoc.tfc.web
Class DownloadWrapperVO
java.lang.Object
edu.uoc.tfc.web.DownloadWrapperVO
- All Implemented Interfaces:
- java.io.Serializable
public class DownloadWrapperVO
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DownloadWrapperVO
public DownloadWrapperVO()
DownloadWrapperVO
public DownloadWrapperVO(javax.activation.DataHandler content,
java.lang.String fileName)
getContent
public javax.activation.DataHandler getContent()
setContent
public void setContent(javax.activation.DataHandler content)
getFileName
public java.lang.String getFileName()
setFileName
public void setFileName(java.lang.String fileName)