| java.lang.Object org.archive.util.TimestampSerialno
TimestampSerialno | public class TimestampSerialno (Code) | | Immutable data structure that holds a timestamp and an accompanying
serial number.
For Igor!
author: stack |
TimestampSerialno | public TimestampSerialno(String ts, int serialNo)(Code) | | |
TimestampSerialno | public TimestampSerialno(int serialNo)(Code) | | |
getSerialNumber | public int getSerialNumber()(Code) | | Returns the serialNumber. |
getTimestamp | public String getTimestamp()(Code) | | Returns the now. |
|
|