|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.domain.AbstractCaArrayObject
gov.nih.nci.caarray.domain.AbstractCaArrayEntity
gov.nih.nci.caarray.domain.AbstractUnitableValue
gov.nih.nci.caarray.domain.protocol.AbstractParameterValue
public abstract class AbstractParameterValue
A value for a parameter of a Protocol for a specific ProtocolApplication of that Protocol.
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 | |
---|---|
AbstractParameterValue()
Default constructor. |
|
AbstractParameterValue(AbstractParameterValue other)
Constructs a new ParameterValue based on an existing one. |
|
AbstractParameterValue(Term unit)
Constructs a new ParameterValue with given unit. |
Method Summary | |
---|---|
Parameter |
getParameter()
Gets the parameter. |
ProtocolApplication |
getProtocolApplication()
|
Term |
getUnit()
Gets the unit. |
boolean |
matches(AbstractParameterValue other)
Checks if two ParameterValues are the same, ignoring ProtocolApplications. |
void |
setParameter(Parameter parameterVal)
Sets the parameter. |
void |
setProtocolApplication(ProtocolApplication protocolApplication)
|
void |
setUnit(Term unitVal)
Sets the unit. |
Methods inherited from class gov.nih.nci.caarray.domain.AbstractUnitableValue |
---|
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 |
Constructor Detail |
---|
public AbstractParameterValue()
public AbstractParameterValue(AbstractParameterValue other)
other
- other ParameterValue to copypublic AbstractParameterValue(Term unit)
unit
- the unitMethod Detail |
---|
public Parameter getParameter()
public void setParameter(Parameter parameterVal)
parameterVal
- the parameterpublic ProtocolApplication getProtocolApplication()
public void setProtocolApplication(ProtocolApplication protocolApplication)
protocolApplication
- the protocolApplication to setpublic Term getUnit()
public void setUnit(Term unitVal)
unitVal
- the unitpublic boolean matches(AbstractParameterValue other)
other
- other ParameterValue to compare to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |