uk.ac.ic.doc.automed.util.persist
Class PersistentValue

java.lang.Object
  extended by uk.ac.ic.doc.automed.util.persist.PersistentValue

public class PersistentValue
extends java.lang.Object

PersistentValue.java

Encapsulates the value object to be persisted

Author:
Duc M Le dmle@doc.ic.ac.uk
Created on August 2, 2006
Department of Computing, Imperial College

Constructor Summary
PersistentValue(com.sleepycat.je.DatabaseEntry dbVal, com.sleepycat.bind.EntryBinding valBinder)
          Creates a new instance of PersistentValue
 
Method Summary
 java.lang.Object getValueObject()
          Return the actual object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentValue

public PersistentValue(com.sleepycat.je.DatabaseEntry dbVal,
                       com.sleepycat.bind.EntryBinding valBinder)
Creates a new instance of PersistentValue

Method Detail

getValueObject

public java.lang.Object getValueObject()
Return the actual object