gov.nih.nci.caarray.ui.biomaterial
Class TreatmentEvent
java.lang.Object
gov.nih.nci.caarray.ui.biomaterial.TreatmentEvent
- All Implemented Interfaces:
- java.io.Serializable
public class TreatmentEvent
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- bauerd
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreatmentEvent
public TreatmentEvent()
getProtocolApplication
public ProtocolApplicationData getProtocolApplication()
- Returns:
- Returns the protocolApplication_.
setProtocolApplication
public void setProtocolApplication(ProtocolApplicationData protocolApplication)
- Parameters:
protocolApplication_
- The protocolApplication_ to set.
getProtocolDescription
public java.lang.String getProtocolDescription()
getMeasurementType
public long getMeasurementType()
- Returns:
- Returns the measurementType.
setMeasurementType
public void setMeasurementType(long l)
- Parameters:
l
- The measurementType to set.
getMeasurementUnit
public long getMeasurementUnit()
- Returns:
- Returns the measurementUnit.
setMeasurementUnit
public void setMeasurementUnit(long l)
- Parameters:
l
- The measurementUnit to set.
getMeasurementValue
public java.lang.String getMeasurementValue()
- Returns:
- Returns the measurementValue.
setMeasurementValue
public void setMeasurementValue(java.lang.String measurementValue)
- Parameters:
measurementValue
- The measurementValue to set.
getTreatmentType
public long getTreatmentType()
- Returns:
- Returns the type.
setTreatmentType
public void setTreatmentType(long l)
- Parameters:
l
- The type to set.
getTreatmentOrder
public long getTreatmentOrder()
- Returns:
- Returns the treatmentOrder.
setTreatmentOrder
public void setTreatmentOrder(long treatmentOrder)
- Parameters:
treatmentOrder
- The treatmentOrder to set.
setTreatmentTypeName
public void setTreatmentTypeName(java.lang.String name)
- Parameters:
name
-
getTreatmentTypeName
public java.lang.String getTreatmentTypeName()
- Returns:
- Returns the treatmentTypeName.
setMeasurementUnitName
public void setMeasurementUnitName(java.lang.String name)
- Parameters:
name
-
getMeasurementUnitName
public java.lang.String getMeasurementUnitName()
- Returns:
- Returns the measurementUnitName.
setMeasurementTypeName
public void setMeasurementTypeName(java.lang.String name)
- Parameters:
name
-
getMeasurementTypeName
public java.lang.String getMeasurementTypeName()
- Returns:
- Returns the measurementTypeName.
getProtocolVisibility
public java.util.Collection getProtocolVisibility()
- Returns:
- Returns the protocolVisibility.
setProtocolVisibility
public void setProtocolVisibility(java.util.Collection protocolVisibility)
- Parameters:
protocolVisibility
- The protocolVisibility to set.
getDeleteLabel
public java.lang.String getDeleteLabel()
- Returns:
- Returns the deleteLabel.
setDeleteLabel
public void setDeleteLabel(java.lang.String deleteLabel)
- Parameters:
deleteLabel
- The deleteLabel to set.
getTreatmentAction
public java.lang.String getTreatmentAction()
- Returns:
- Returns the treatmentAction.
setTreatmentAction
public void setTreatmentAction(java.lang.String treatmentAction)
- Parameters:
treatmentAction
- The treatmentAction to set.
getCreationDescription
public java.lang.String getCreationDescription()
- Returns:
- Returns the creationDescription.
setCreationDescription
public void setCreationDescription(java.lang.String creationDescription)
- Parameters:
creationDescription
- The creationDescription to set.
getCompoundMData
public CompoundMeasurementData[] getCompoundMData()
- Returns:
setCompoundMData
public void setCompoundMData(CompoundMeasurementData[] datas)
- Parameters:
datas
-