gov.nih.nci.caarray.ui.protocol
Class HardwareDetailForm
java.lang.Object
org.apache.struts.action.ActionForm
gov.nih.nci.caarray.ui.protocol.HardwareBaseForm
gov.nih.nci.caarray.ui.protocol.HardwareDetailForm
- All Implemented Interfaces:
- java.io.Serializable
public class HardwareDetailForm
- extends HardwareBaseForm
- See Also:
- Serialized Form
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 |
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 |
HardwareDetailForm
public HardwareDetailForm()
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