ca.uhn.cache.internal.hibernate.impl
Class Record

java.lang.Object
  extended byca.uhn.cache.impl.CommonsLangObject
      extended byca.uhn.cache.internal.hibernate.impl.HibernateObject
          extended byca.uhn.cache.internal.hibernate.impl.Record

public class Record
extends HibernateObject

Represents a persistent IDataItem.

Version:
$Revision: 1.1 $ updated on $Date: 2005/01/24 22:52:40 $ by $Author: bryan_tripp $
Author:
Alexei Guevara

Constructor Summary
Record()
           
 
Method Summary
 void addField(Field theField)
          Adds a field to this record.
 java.lang.String getDataItemId()
           
 java.util.Set getFields()
           
 java.sql.Timestamp getLastUpdate()
           
 java.io.Serializable getValue()
           
 VolatilityEnum getVolatility()
           
 void setDataItemId(java.lang.String theDataItemId)
           
 void setFields(java.util.SortedSet theFields)
           
 void setLastUpdate(java.sql.Timestamp theLastUpdate)
           
 void setValue(java.io.Serializable theValue)
           
 void setVolatility(VolatilityEnum theVolatility)
           
 
Methods inherited from class ca.uhn.cache.internal.hibernate.impl.HibernateObject
getHibernateId, setHibernateId
 
Methods inherited from class ca.uhn.cache.impl.CommonsLangObject
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Record

public Record()
Method Detail

getValue

public java.io.Serializable getValue()
Returns:
Returns the value.

setValue

public void setValue(java.io.Serializable theValue)
Parameters:
theValue - The value to set.

getLastUpdate

public java.sql.Timestamp getLastUpdate()
Returns:
Returns the lastUpdate.

setLastUpdate

public void setLastUpdate(java.sql.Timestamp theLastUpdate)
Parameters:
theLastUpdate - The lastUpdate to set.

getVolatility

public VolatilityEnum getVolatility()
Returns:
Returns the volatility.

setVolatility

public void setVolatility(VolatilityEnum theVolatility)
Parameters:
theVolatility - The volatility to set.

getFields

public java.util.Set getFields()
Returns:
Returns the fields.

addField

public void addField(Field theField)
Adds a field to this record.

Parameters:
theField - The field to add.

setFields

public void setFields(java.util.SortedSet theFields)
Parameters:
theFields - The fields to set.

getDataItemId

public java.lang.String getDataItemId()
Returns:
Returns the ID of the IDataItem this records maps to.

setDataItemId

public void setDataItemId(java.lang.String theDataItemId)
Parameters:
theDataItemId - The dataItemId to set.


Copyright © 2004-2005 University Health Network. All Rights Reserved.