com.timeindexing.basic
Class SID

java.lang.Object
  extended by com.timeindexing.basic.AID
      extended by com.timeindexing.basic.SID
All Implemented Interfaces:
ID, java.io.Serializable

public class SID
extends AID
implements ID, java.io.Serializable

This represents a specified ID. The value for the ID is passed to the constructor.

See Also:
Serialized Form

Constructor Summary
SID(long arbitrary)
          Create a new ID object from This will be initialised with some arbitrary value, which may not be unique
 
Method Summary
 
Methods inherited from class com.timeindexing.basic.AID
equals, hashCode, toString, value
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.timeindexing.basic.ID
value
 

Constructor Detail

SID

public SID(long arbitrary)
Create a new ID object from This will be initialised with some arbitrary value, which may not be unique



Timeindexing 2008