things.data.processing.rfc822
Class FileInfo

java.lang.Object
  extended by things.data.processing.rfc822.FileInfo

public class FileInfo
extends java.lang.Object

File info that would be useful for messages.

Version:
1.0

Version History

EPG - Initial - 24 Oct 08
 
Author:
Erich P. Gatejen

Field Summary
 java.lang.String name
          The file name (not full path).
 long size
          The size of the file.
 java.lang.String type
          A type.
 
Constructor Summary
FileInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The file name (not full path).


size

public long size
The size of the file.


type

public java.lang.String type
A type. What this means is not strictly defined.

Constructor Detail

FileInfo

public FileInfo()


Things.