org.globus.util
Class TimestampEntry
java.lang.Object
org.globus.util.TimestampEntry
- All Implemented Interfaces:
- Serializable
- public class TimestampEntry
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimestampEntry
public TimestampEntry()
TimestampEntry
public TimestampEntry(Object value,
long lastModified)
getValue
public Object getValue()
setValue
public void setValue(Object value)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getLastModified
public long getLastModified()
setLastModified
public void setLastModified(long lastModified)