Package 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
-
-
Constructor Summary
Constructors Constructor Description TimestampEntry()
TimestampEntry(Object value, long lastModified)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
long
getLastModified()
Object
getValue()
void
setDescription(String description)
void
setLastModified(long lastModified)
void
setValue(Object value)
-
-
-
Constructor Detail
-
TimestampEntry
public TimestampEntry()
-
TimestampEntry
public TimestampEntry(Object value, long lastModified)
-
-
Method Detail
-
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)
-
-