concurrency
Class DatumContent

java.lang.Object
  extended byconcurrency.LockableObject
      extended byconcurrency.DatumContent

public class DatumContent
extends LockableObject

Represents the content of a datum.


Nested Class Summary
 
Nested classes inherited from class concurrency.LockableObject
LockableObject.Comparator
 
Field Summary
 
Fields inherited from class concurrency.LockableObject
comparator
 
Constructor Summary
DatumContent(DbStorage.PhysicalID id)
          Constructs a datum content from a specified identifier.
 
Method Summary
 DbStorage.PhysicalID getID()
          Returns the identifier of the owner datum of the content.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatumContent

public DatumContent(DbStorage.PhysicalID id)
Constructs a datum content from a specified identifier.

Method Detail

getID

public DbStorage.PhysicalID getID()
Returns the identifier of the owner datum of the content.


toString

public java.lang.String toString()
Specified by:
toString in class LockableObject