gov.nih.nci.caarray.ui.protocol
Class HardwareDetailForm

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

public class HardwareDetailForm
extends HardwareBaseForm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nih.nci.caarray.ui.protocol.HardwareBaseForm
error_, hardwareId_, hardwareMake_, hardwareManufacturerId_, hardwareManufacturerName_, hardwareManufacturers_, hardwareModel_, hardwareName_, hardwareTypeId_, hardwareTypeName_, hardwareTypes_, isEditable
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
HardwareDetailForm()
           
 
Method Summary
 java.util.Collection getAllSoftware()
           
 SoftwareDesc[] getAssociatedSoftware()
           
 java.lang.String getBack()
           
 long getId()
           
 long getNewSoftwareId()
           
 java.util.Collection getParameters()
           
 java.lang.String getURI()
           
 java.util.Collection getVisibility()
           
 void setAllSoftware(java.util.Collection collection)
           
 void setAssociatedSoftware(SoftwareDesc[] collection)
           
 void setBack(java.lang.String string)
           
 void setId(long l)
           
 void setNewSoftwareId(long l)
           
 void setParameters(java.util.Collection collection)
           
 void setURI(java.lang.String string)
           
 void setVisibility(java.util.Collection collection)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class gov.nih.nci.caarray.ui.protocol.HardwareBaseForm
getError, getHardwareId, getHardwareMake, getHardwareManufacturerId, getHardwareManufacturerName, getHardwareManufacturers, getHardwareModel, getHardwareName, getHardwareTypeId, getHardwareTypeName, getHardwareTypes, getIsEditable, getMode, setError, setHardwareId, setHardwareMake, setHardwareManufacturerId, setHardwareManufacturerName, setHardwareManufacturers, setHardwareModel, setHardwareName, setHardwareTypeId, setHardwareTypeName, setHardwareTypes, setIsEditable, setMode
 
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

HardwareDetailForm

public HardwareDetailForm()
Method Detail

getId

public long getId()
Returns:

setId

public void setId(long l)
Parameters:
string -

getParameters

public java.util.Collection getParameters()
Returns:

setParameters

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

getBack

public java.lang.String getBack()
Returns:

setBack

public void setBack(java.lang.String string)
Parameters:
string -

getVisibility

public java.util.Collection getVisibility()
Returns:

setVisibility

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

getURI

public java.lang.String getURI()
Returns:

setURI

public void setURI(java.lang.String string)
Parameters:
string -

getNewSoftwareId

public long getNewSoftwareId()
Returns:

setNewSoftwareId

public void setNewSoftwareId(long l)
Parameters:
l -

getAllSoftware

public java.util.Collection getAllSoftware()
Returns:

setAllSoftware

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

getAssociatedSoftware

public SoftwareDesc[] getAssociatedSoftware()
Returns:

setAssociatedSoftware

public void setAssociatedSoftware(SoftwareDesc[] collection)
Parameters:
collection -

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