gov.nih.nci.caarray.external.v1_0.data
Class FileMetadata
java.lang.Object
gov.nih.nci.caarray.external.v1_0.data.FileMetadata
- All Implemented Interfaces:
- java.io.Serializable
public class FileMetadata
- extends java.lang.Object
- implements java.io.Serializable
FileMetadata describes the metadata for a file in caarray.
- Author:
- dkokotov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FileMetadata
public FileMetadata()
getCompressedSize
public long getCompressedSize()
- Returns:
- the compressedSize
setCompressedSize
public void setCompressedSize(long compressedSize)
- Parameters:
compressedSize
- the compressedSize to set
getUncompressedSize
public long getUncompressedSize()
- Returns:
- the uncompressedSize
setUncompressedSize
public void setUncompressedSize(long uncompressedSize)
- Parameters:
uncompressedSize
- the uncompressedSize to set
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
getFileType
public FileType getFileType()
- Returns:
- the fileType
setFileType
public void setFileType(FileType fileType)
- Parameters:
fileType
- the fileType to set
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
-
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class java.lang.Object