All Packages Class Hierarchy This Package Previous Next Index
Class SWEEP.StampedElement
java.lang.Object
|
+----SWEEP.Element
|
+----SWEEP.StampedElement
- public class StampedElement
- extends Element
- implements Serializable
-
id
- the id ( as the default timestamp) of the StampedElement.
-
TimeStamp
-
-
StampedElement()
-
-
getTimeStamp()
- Retrived the time stampe of this object.
-
OlderThan(StampedElement)
-
-
setTimeStamp(long)
-
id
static long id
- the id ( as the default timestamp) of the StampedElement. It
used to compare the QueryResult and DataUpdate.
TimeStamp
long TimeStamp
StampedElement
public StampedElement()
setTimeStamp
public void setTimeStamp(long d)
getTimeStamp
public long getTimeStamp()
- Retrived the time stampe of this object.
OlderThan
public boolean OlderThan(StampedElement se)
All Packages Class Hierarchy This Package Previous Next Index