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

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

public class SoftwareDetailForm
extends SoftwareBaseForm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nih.nci.caarray.ui.protocol.SoftwareBaseForm
error_, isEditable, name_, releaseDate_, softwareId_, softwareManufacturerId_, softwareManufacturerName_, softwareManufacturers_, softwareTypeId_, softwareTypeName_, softwareTypes_
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
SoftwareDetailForm()
           
 
Method Summary
 java.util.Collection getAllHardware()
           
 java.util.Collection getAllSoftware()
           
 HardwareDesc getAssociatedHardware()
           
 java.util.Collection getAssociatedSoftware()
           
 java.lang.String getBack()
           
 long getHardwareID()
           
 long getId()
           
 java.util.Collection getParameters()
           
 long getSubSoftwareID()
           
 java.lang.String getURI()
           
 java.util.Collection getVisibility()
           
 void setAllHardware(java.util.Collection collection)
           
 void setAllSoftware(java.util.Collection collection)
           
 void setAssociatedHardware(HardwareDesc desc)
           
 void setAssociatedSoftware(java.util.Collection collection)
           
 void setBack(java.lang.String string)
           
 void setHardwareID(long l)
           
 void setId(long l)
           
 void setParameters(java.util.Collection collection)
           
 void setSubSoftwareID(long l)
           
 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.SoftwareBaseForm
getError, getIsEditable, getMode, getName, getReleaseDate, getSoftwareId, getSoftwareManufacturerId, getSoftwareManufacturerName, getSoftwareManufacturers, getSoftwareTypeId, getSoftwareTypeName, getSoftwareTypes, setError, setIsEditable, setMode, setName, setReleaseDate, setSoftwareId, setSoftwareManufacturerId, setSoftwareManufacturerName, setSoftwareManufacturers, setSoftwareTypeId, setSoftwareTypeName, setSoftwareTypes
 
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

SoftwareDetailForm

public SoftwareDetailForm()
Method Detail

getVisibility

public java.util.Collection getVisibility()
Returns:

setVisibility

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

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 -

getURI

public java.lang.String getURI()
Returns:

setURI

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

getHardwareID

public long getHardwareID()
Returns:

setHardwareID

public void setHardwareID(long l)
Parameters:
l -

getAllHardware

public java.util.Collection getAllHardware()
Returns:

setAllHardware

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

getAllSoftware

public java.util.Collection getAllSoftware()
Returns:

setAllSoftware

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

getSubSoftwareID

public long getSubSoftwareID()
Returns:

setSubSoftwareID

public void setSubSoftwareID(long l)
Parameters:
l -

getAssociatedSoftware

public java.util.Collection getAssociatedSoftware()
Returns:

setAssociatedSoftware

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

getAssociatedHardware

public HardwareDesc getAssociatedHardware()
Returns:

setAssociatedHardware

public void setAssociatedHardware(HardwareDesc desc)
Parameters:
desc -

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