public abstract class TimeStamp
extends java.lang.Object
| Constructor and Description |
|---|
TimeStamp()
Constructs a time stamp.
|
| Modifier and Type | Method and Description |
|---|---|
TimeStamp |
setTimeStamp(long stamp)
Sets the time stamp of this object with the specified stamp.
|
TimeStamp |
setTimeStamp(TimeStamp timeStamp)
Sets the time stamp of this object with that of the specified TimeStamp object.
|
long |
timeStamp()
Returns the time stamp of this object.
|
public final long timeStamp()
public final TimeStamp setTimeStamp(long stamp)