gov.nih.nci.caarray.common.data.biomaterial
Class TreatmentData
java.lang.Object
gov.nih.nci.caarray.common.data.biomaterial.TreatmentData
- All Implemented Interfaces:
- java.io.Serializable
public class TreatmentData
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- TranP
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreatmentData
public TreatmentData()
getId
public long getId()
- Returns:
setId
public void setId(long id)
- Parameters:
id
-
getTreatmentType
public VocabData getTreatmentType()
- Returns:
setTreatmentType
public void setTreatmentType(VocabData treatmentType)
- Parameters:
treatmentType
-
getTreatmentOrder
public java.lang.Integer getTreatmentOrder()
- Returns:
setTreatmentOrder
public void setTreatmentOrder(java.lang.Integer order)
- Parameters:
order
-
getProtocolApplication
public ProtocolApplicationData getProtocolApplication()
- Returns:
setProtocolApplication
public void setProtocolApplication(ProtocolApplicationData protocolApp)
- Parameters:
protocolApp
-
getMeasurement
public MeasurementData getMeasurement()
- Returns:
setMeasurement
public void setMeasurement(MeasurementData measurement)
- Parameters:
measurement
-
getCompoundMeasurements
public CompoundMeasurementData[] getCompoundMeasurements()
- Returns:
setCompoundMeasurements
public void setCompoundMeasurements(CompoundMeasurementData[] compoundMeasurements)
- Parameters:
compoundMeasurements
-
addToCompoundMeasurements
public void addToCompoundMeasurements(CompoundMeasurementData compoundMeasurement)
- Parameters:
compoundMeasurement
-
getTreatmentAction
public java.lang.String getTreatmentAction()
- Returns:
setTreatmentAction
public void setTreatmentAction(java.lang.String action)
- Parameters:
string
-