gov.nih.nci.caarray.common.data.biomaterial
Class TreatmentData

java.lang.Object
  extended by 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

Constructor Summary
TreatmentData()
           
 
Method Summary
 void addToCompoundMeasurements(CompoundMeasurementData compoundMeasurement)
           
 CompoundMeasurementData[] getCompoundMeasurements()
           
 long getId()
           
 MeasurementData getMeasurement()
           
 ProtocolApplicationData getProtocolApplication()
           
 java.lang.String getTreatmentAction()
           
 java.lang.Integer getTreatmentOrder()
           
 VocabData getTreatmentType()
           
 void setCompoundMeasurements(CompoundMeasurementData[] compoundMeasurements)
           
 void setId(long id)
           
 void setMeasurement(MeasurementData measurement)
           
 void setProtocolApplication(ProtocolApplicationData protocolApp)
           
 void setTreatmentAction(java.lang.String action)
           
 void setTreatmentOrder(java.lang.Integer order)
           
 void setTreatmentType(VocabData treatmentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreatmentData

public TreatmentData()
Method Detail

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 -