|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.catalog.service.Stat
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 |
public long modifyTime
public long creationTime
public long size
Constructor Detail |
public Stat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |