gov.nih.nci.caarray.ui.biomaterial
Class TreatmentModifyForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by gov.nih.nci.caarray.ui.biomaterial.TreatmentModifyForm
All Implemented Interfaces:
java.io.Serializable

public class TreatmentModifyForm
extends org.apache.struts.action.ActionForm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
TreatmentModifyForm()
           
 
Method Summary
 java.lang.String getAction()
           
 CompoundMeasurementData getCompoundData()
           
 long getCompoundId()
           
 java.util.List getCompoundMeasurements()
           
 long getCompoundmeasurementUnit()
           
 java.util.Collection getCompoundmeasurementUnits()
           
 long getCompoundmeasurementUnitType()
           
 java.lang.String getCompoundmeasurementValue()
           
 java.util.Collection getCompoundModifyUnits()
           
 int getCompoundOrder()
           
 java.util.Collection getCompounds()
           
 int getEventOrder()
           
 long getExpId()
           
 long getFileId()
           
 boolean getIsNew()
           
 long getLabelId()
           
 long getMeasurementUnit()
           
 java.util.Collection getMeasurementUnits()
           
 long getMeasurementUnitType()
           
 java.util.Collection getMeasurementUnitTypes()
           
 java.lang.String getMeasurementValue()
           
 java.lang.String getMode()
           
 long getModifyUnit()
           
 long getModifyUnitType()
           
 java.lang.String getModifyUnitValue()
           
 java.lang.String getOtherCompoundModifyUnit()
           
 java.lang.String getOtherCompoundModifyUnitTypeName()
           
 java.lang.String getOtherCompoundUnit()
           
 java.lang.String getOtherCompoundUnitTypeName()
           
 java.lang.String getOtherUnit()
           
 java.lang.String getOtherUnitTypeName()
           
 ProtocolApplicationData getProtocolApplication()
           
 long getProtocolId()
           
 java.lang.String getReason()
           
 java.lang.String getResultingBiomaterialTypeName()
           
 java.lang.String getResultingDescription()
           
 java.lang.String getResultingName()
           
 long getSourceBiomaterialId()
           
 java.lang.String getSourceBiomaterialName()
           
 java.util.ArrayList getTreatmentEvents()
           
 long getTreatmentId()
           
 int getTreatmentOrder()
           
 long getTreatmentType()
           
 java.lang.String getTreatmentTypeName()
           
 java.util.Collection getTreatmentTypes()
           
 void setAction(java.lang.String action)
           
 void setCompoundData(CompoundMeasurementData compoundData)
           
 void setCompoundId(long compoundId)
           
 void setCompoundMeasurements(java.util.List compoundMeasurements)
           
 void setCompoundmeasurementUnit(long compoundmeasurementUnit)
           
 void setCompoundmeasurementUnits(java.util.Collection collection)
           
 void setCompoundmeasurementUnitType(long compoundmeasurementUnitType)
           
 void setCompoundmeasurementValue(java.lang.String compoundmeasurementValue)
           
 void setCompoundModifyUnits(java.util.Collection collection)
           
 void setCompoundOrder(int compoundOrder)
           
 void setCompounds(java.util.Collection compounds)
           
 void setEventOrder(int eventOrder)
           
 void setExpId(long expId)
           
 void setFileId(long fileId)
           
 void setIsNew(boolean isNew)
           
 void setLabelId(long labelId)
           
 void setMeasurementUnit(long measurementUnit)
           
 void setMeasurementUnits(java.util.Collection measurementUnits)
           
 void setMeasurementUnitType(long measurementUnitType)
           
 void setMeasurementUnitTypes(java.util.Collection measurementUnitTypes)
           
 void setMeasurementValue(java.lang.String measurementValue)
           
 void setMode(java.lang.String mode)
           
 void setModifyUnit(long modifyUnit)
           
 void setModifyUnitType(long modifyUnitType)
           
 void setModifyUnitValue(java.lang.String modifyUnitValue)
           
 void setOtherCompoundModifyUnit(java.lang.String otherCompoundModifyUnit)
           
 void setOtherCompoundModifyUnitTypeName(java.lang.String otherCompoundModifyUnitTypeName)
           
 void setOtherCompoundUnit(java.lang.String otherCompoundUnit)
           
 void setOtherCompoundUnitTypeName(java.lang.String otherCompoundUnitTypeName)
           
 void setOtherUnit(java.lang.String otherUnit)
           
 void setOtherUnitTypeName(java.lang.String otherUnitTypeName)
           
 void setProtocolApplication(ProtocolApplicationData protocolApplication)
           
 void setProtocolId(long protocolId)
           
 void setReason(java.lang.String reason)
           
 void setResultingBiomaterialTypeName(java.lang.String resultingBiomaterialTypeName)
           
 void setResultingDescription(java.lang.String resultingDescription)
           
 void setResultingName(java.lang.String resultingName)
           
 void setSourceBiomaterialId(long sourceBiomaterialId)
           
 void setSourceBiomaterialName(java.lang.String sourceBiomaterialName)
           
 void setTreatmentEvents(java.util.ArrayList treatments)
           
 void setTreatmentId(long treatmentId)
           
 void setTreatmentOrder(int treatmentOrder)
           
 void setTreatmentType(long treatmentType)
           
 void setTreatmentTypeName(java.lang.String treatmentTypeName)
           
 void setTreatmentTypes(java.util.Collection treatmentTypes)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreatmentModifyForm

public TreatmentModifyForm()
Method Detail

getCompoundId

public long getCompoundId()
Returns:
Returns the compoundId.

setCompoundId

public void setCompoundId(long compoundId)
Parameters:
compoundID_ - The compoundID_ to set.

getCompoundData

public CompoundMeasurementData getCompoundData()
Returns:
Returns the compoundData.

setCompoundData

public void setCompoundData(CompoundMeasurementData compoundData)
Parameters:
compoundData - The compoundData to set.

getCompoundMeasurements

public java.util.List getCompoundMeasurements()
Returns:
Returns the compoundMeasurements.

setCompoundMeasurements

public void setCompoundMeasurements(java.util.List compoundMeasurements)
Parameters:
compoundMeasurements - The compoundMeasurements to set.

getCompoundmeasurementUnit

public long getCompoundmeasurementUnit()
Returns:
Returns the compoundmeasurementUnit.

setCompoundmeasurementUnit

public void setCompoundmeasurementUnit(long compoundmeasurementUnit)
Parameters:
compoundmeasurementUnit - The compoundmeasurementUnit to set.

getCompoundmeasurementUnitType

public long getCompoundmeasurementUnitType()
Returns:
Returns the compoundmeasurementUnitType.

setCompoundmeasurementUnitType

public void setCompoundmeasurementUnitType(long compoundmeasurementUnitType)
Parameters:
compoundmeasurementUnitType - The compoundmeasurementUnitType to set.

getCompoundmeasurementValue

public java.lang.String getCompoundmeasurementValue()
Returns:
Returns the compoundmeasurementValue.

setCompoundmeasurementValue

public void setCompoundmeasurementValue(java.lang.String compoundmeasurementValue)
Parameters:
compoundmeasurementValue - The compoundmeasurementValue to set.

getCompoundmeasurementUnits

public java.util.Collection getCompoundmeasurementUnits()
Returns:

setCompoundmeasurementUnits

public void setCompoundmeasurementUnits(java.util.Collection collection)
Parameters:
collection -

getCompoundModifyUnits

public java.util.Collection getCompoundModifyUnits()
Returns:

setCompoundModifyUnits

public void setCompoundModifyUnits(java.util.Collection collection)
Parameters:
collection -

getOtherCompoundUnitTypeName

public java.lang.String getOtherCompoundUnitTypeName()
Returns:
Returns the otherCompoundUnitTypeName.

setOtherCompoundUnitTypeName

public void setOtherCompoundUnitTypeName(java.lang.String otherCompoundUnitTypeName)
Parameters:
otherCompoundUnitTypeName - The otherCompoundUnitTypeName to set.

getCompoundOrder

public int getCompoundOrder()
Returns:
Returns the compoundOrder.

setCompoundOrder

public void setCompoundOrder(int compoundOrder)
Parameters:
compoundOrder - The compoundOrder to set.

getCompounds

public java.util.Collection getCompounds()
Returns:
Returns the compounds.

setCompounds

public void setCompounds(java.util.Collection compounds)
Parameters:
compounds - The compounds to set.

getEventOrder

public int getEventOrder()
Returns:
Returns the eventOrder.

setEventOrder

public void setEventOrder(int eventOrder)
Parameters:
eventOrder - The eventOrder to set.

getMeasurementUnit

public long getMeasurementUnit()
Returns:
Returns the measurementUnit.

setMeasurementUnit

public void setMeasurementUnit(long measurementUnit)
Parameters:
measurementUnit - The measurementUnit to set.

getMeasurementUnits

public java.util.Collection getMeasurementUnits()
Returns:
Returns the measurementUnits.

setMeasurementUnits

public void setMeasurementUnits(java.util.Collection measurementUnits)
Parameters:
measurementUnits - The measurementUnits to set.

getMeasurementUnitType

public long getMeasurementUnitType()
Returns:
Returns the measurementUnitType.

setMeasurementUnitType

public void setMeasurementUnitType(long measurementUnitType)
Parameters:
measurementUnitType - The measurementUnitType to set.

getMeasurementUnitTypes

public java.util.Collection getMeasurementUnitTypes()
Returns:
Returns the measurementUnitTypes.

setMeasurementUnitTypes

public void setMeasurementUnitTypes(java.util.Collection measurementUnitTypes)
Parameters:
measurementUnitTypes - The measurementUnitTypes 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.

getOtherCompoundUnit

public java.lang.String getOtherCompoundUnit()
Returns:
Returns the otherCompoundUnit.

setOtherCompoundUnit

public void setOtherCompoundUnit(java.lang.String otherCompoundUnit)
Parameters:
otherCompoundUnit - The otherCompoundUnit to set.

getMode

public java.lang.String getMode()
Returns:
Returns the mode.

setMode

public void setMode(java.lang.String mode)
Parameters:
mode - The mode to set.

getOtherUnit

public java.lang.String getOtherUnit()
Returns:
Returns the otherUnit.

setOtherUnit

public void setOtherUnit(java.lang.String otherUnit)
Parameters:
otherUnit - The otherUnit to set.

getOtherUnitTypeName

public java.lang.String getOtherUnitTypeName()
Returns:
Returns the otherUnitTypeName.

setOtherUnitTypeName

public void setOtherUnitTypeName(java.lang.String otherUnitTypeName)
Parameters:
otherUnitTypeName - The otherUnitTypeName to set.

getProtocolApplication

public ProtocolApplicationData getProtocolApplication()
Returns:
Returns the protocolApplication.

setProtocolApplication

public void setProtocolApplication(ProtocolApplicationData protocolApplication)
Parameters:
protocolApplication - The protocolApplication to set.

getSourceBiomaterialId

public long getSourceBiomaterialId()
Returns:
Returns the sourceBiomaterialId.

setSourceBiomaterialId

public void setSourceBiomaterialId(long sourceBiomaterialId)
Parameters:
sourceBiomaterialId - The sourceBiomaterialId to set.

getTreatmentId

public long getTreatmentId()
Returns:
Returns the treatmentId.

setTreatmentId

public void setTreatmentId(long treatmentId)
Parameters:
treatmentId - The treatmentId to set.

getTreatmentOrder

public int getTreatmentOrder()
Returns:
Returns the treatmentOrder.

setTreatmentOrder

public void setTreatmentOrder(int treatmentOrder)
Parameters:
treatmentOrder - The treatmentOrder to set.

getTreatmentType

public long getTreatmentType()
Returns:
Returns the treatmentType.

setTreatmentType

public void setTreatmentType(long treatmentType)
Parameters:
treatmentType - The treatmentType to set.

getTreatmentTypeName

public java.lang.String getTreatmentTypeName()
Returns:
Returns the treatmentTypeName.

setTreatmentTypeName

public void setTreatmentTypeName(java.lang.String treatmentTypeName)
Parameters:
treatmentTypeName - The treatmentTypeName to set.

getTreatmentTypes

public java.util.Collection getTreatmentTypes()
Returns:
Returns the treatmentTypes.

setTreatmentTypes

public void setTreatmentTypes(java.util.Collection treatmentTypes)
Parameters:
treatmentTypes - The treatmentTypes to set.

getResultingBiomaterialTypeName

public java.lang.String getResultingBiomaterialTypeName()
Returns:
Returns the resultingBiomaterialTypeName.

setResultingBiomaterialTypeName

public void setResultingBiomaterialTypeName(java.lang.String resultingBiomaterialTypeName)
Parameters:
resultingBiomaterialTypeName - The resultingBiomaterialTypeName to set.

getResultingDescription

public java.lang.String getResultingDescription()
Returns:
Returns the resultingDescription.

setResultingDescription

public void setResultingDescription(java.lang.String resultingDescription)
Parameters:
resultingDescription - The resultingDescription to set.

getResultingName

public java.lang.String getResultingName()
Returns:
Returns the resultingName.

setResultingName

public void setResultingName(java.lang.String resultingName)
Parameters:
resultingName - The resultingName to set.

getSourceBiomaterialName

public java.lang.String getSourceBiomaterialName()
Returns:
Returns the sourceBiomaterialName.

setSourceBiomaterialName

public void setSourceBiomaterialName(java.lang.String sourceBiomaterialName)
Parameters:
sourceBiomaterialName - The sourceBiomaterialName to set.

getProtocolId

public long getProtocolId()
Returns:
Returns the protocolId.

setProtocolId

public void setProtocolId(long protocolId)
Parameters:
protocolId - The protocolId to set.

getAction

public java.lang.String getAction()
Returns:
Returns the String.

setAction

public void setAction(java.lang.String action)
Parameters:
action - The action to set.

getOtherCompoundModifyUnit

public java.lang.String getOtherCompoundModifyUnit()
Returns:
Returns the otherCompoundModifyUnit.

setOtherCompoundModifyUnit

public void setOtherCompoundModifyUnit(java.lang.String otherCompoundModifyUnit)
Parameters:
otherCompoundModifyUnit - The otherCompoundModifyUnit to set.

getOtherCompoundModifyUnitTypeName

public java.lang.String getOtherCompoundModifyUnitTypeName()
Returns:
Returns the otherCompoundModifyUnitTypeName.

setOtherCompoundModifyUnitTypeName

public void setOtherCompoundModifyUnitTypeName(java.lang.String otherCompoundModifyUnitTypeName)
Parameters:
otherCompoundModifyUnitTypeName - The otherCompoundModifyUnitTypeName to set.

getModifyUnit

public long getModifyUnit()
Returns:
Returns the modifyUnit.

setModifyUnit

public void setModifyUnit(long modifyUnit)
Parameters:
modifyUnit - The modifyUnit to set.

getModifyUnitType

public long getModifyUnitType()
Returns:
Returns the modifyUnitType.

setModifyUnitType

public void setModifyUnitType(long modifyUnitType)
Parameters:
modifyUnitType - The modifyUnitType to set.

getModifyUnitValue

public java.lang.String getModifyUnitValue()
Returns:
Returns the modifyUnitValue.

setModifyUnitValue

public void setModifyUnitValue(java.lang.String modifyUnitValue)
Parameters:
modifyUnitType - The modifyUnitType to set.

getTreatmentEvents

public java.util.ArrayList getTreatmentEvents()
Returns:
Returns the treatmentEvents.

setTreatmentEvents

public void setTreatmentEvents(java.util.ArrayList treatments)
Parameters:
treatmentEvents - The treatmentEvents to set.

setIsNew

public void setIsNew(boolean isNew)

getIsNew

public boolean getIsNew()

getFileId

public long getFileId()
Returns:
Returns the fileId.

setFileId

public void setFileId(long fileId)
Parameters:
fileId - The fileId to set.

getReason

public java.lang.String getReason()
Returns:
Returns the reason.

setReason

public void setReason(java.lang.String reason)
Parameters:
reason - The reason to set.

getExpId

public long getExpId()
Returns:
Returns the expId.

setExpId

public void setExpId(long expId)
Parameters:
expId - The expId to set.

getLabelId

public long getLabelId()
Returns:
Returns the labelId.

setLabelId

public void setLabelId(long labelId)
Parameters:
labelId - The labelId to set.

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)
Overrides:
validate in class org.apache.struts.action.ActionForm