gov.nih.nci.caarray.common.data.util
Class FileData
java.lang.Object
gov.nih.nci.caarray.common.data.util.FileData
- All Implemented Interfaces:
- java.io.Serializable
public class FileData
- extends java.lang.Object
- implements java.io.Serializable
This class contains information about the a file for download by the web client.
- Author:
- TranP
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileData
public FileData()
getCreationDate
public java.util.Date getCreationDate()
- Returns:
setCreationDate
public void setCreationDate(java.util.Date date)
- Parameters:
date
-
getPathName
public java.lang.String getPathName()
- Returns:
setPathName
public void setPathName(java.lang.String pathName)
- Parameters:
string
-
getSize
public long getSize()
- Gets the file size.
- Returns:
setSize
public void setSize(long size)
- Parameters:
size
-