org.glite.data.catalog.service
Class Stat

java.lang.Object
  extended byorg.glite.data.catalog.service.Stat
Direct Known Subclasses:
GUIDStat, LFNStat

public class Stat
extends java.lang.Object

Stat is the base class for all file stat metadata. It stores the creation time as a long integer. The LFNStat and GUIDStat and SURLStat are subclasses of this base class.


Field Summary
 long creationTime
          The time of the creation of the coresponding entry.
 long modifyTime
          The time of the last modification.
 long size
          The size of the coresponding entry.
 
Constructor Summary
Stat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modifyTime

public long modifyTime
The time of the last modification. Modification of the content or of the metadata.


creationTime

public long creationTime
The time of the creation of the coresponding entry.


size

public long size
The size of the coresponding entry.

Constructor Detail

Stat

public Stat()


Copyright © 2004 EU-EGEE