gov.nih.nci.caarray.domain
Class AbstractUnitableValue

java.lang.Object
  extended by gov.nih.nci.caarray.domain.AbstractCaArrayObject
      extended by gov.nih.nci.caarray.domain.AbstractCaArrayEntity
          extended by gov.nih.nci.caarray.domain.AbstractUnitableValue
All Implemented Interfaces:
com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, UnitableValue, java.io.Serializable
Direct Known Subclasses:
AbstractCharacteristic, AbstractFactorValue, AbstractParameterValue

public abstract class AbstractUnitableValue
extends AbstractCaArrayEntity
implements UnitableValue

Base class for UnitableValue implementations.

Author:
dkokotov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayEntity
CAARRAY_LSID_AUTHORITY, CAARRAY_LSID_NAMESPACE
 
Fields inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject
DEFAULT_BATCH_SIZE, DEFAULT_STRING_COLUMN_SIZE, LARGE_TEXT_FIELD_LENGTH
 
Constructor Summary
AbstractUnitableValue()
           
 
Method Summary
 java.lang.String getDisplayValue()
          
 
Methods inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayEntity
getLsid, getLsidAuthority, getLsidNamespace, getLsidObjectId, setLsid, setLsid, setLsidForEntity
 
Methods inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject
equals, getCaBigId, getId, getPostLoadSecurityPolicies, getRemoteApiSecurityPolicies, hashCode, setCaBigId, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface gov.nih.nci.caarray.domain.UnitableValue
getDisplayValueWithoutUnit, getUnit, setUnit
 

Constructor Detail

AbstractUnitableValue

public AbstractUnitableValue()
Method Detail

getDisplayValue

public java.lang.String getDisplayValue()

Specified by:
getDisplayValue in interface UnitableValue
Returns:
the value (with the unit) as a string displayable in the ui