ca.uhn.cache.internal.hibernate.impl
Class Record
java.lang.Object
ca.uhn.cache.impl.CommonsLangObject
ca.uhn.cache.internal.hibernate.impl.HibernateObject
ca.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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Record
public Record()
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.