gov.nih.nci.caarray.external.v1_0.data
Class File

java.lang.Object
  extended by gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
      extended by gov.nih.nci.caarray.external.v1_0.data.File
All Implemented Interfaces:
java.io.Serializable

public class File
extends AbstractCaArrayEntity

File represents a file that has been uploaded to caarray.

Author:
dkokotov
See Also:
Serialized Form

Constructor Summary
File()
           
 
Method Summary
 FileMetadata getMetadata()
           
 void setMetadata(FileMetadata metadata)
           
 
Methods inherited from class gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
equals, getId, getReference, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

File

public File()
Method Detail

getMetadata

public FileMetadata getMetadata()
Returns:
the metadata describing this file

setMetadata

public void setMetadata(FileMetadata metadata)
Parameters:
metadata - the metadata describing this file