gov.nih.nci.caarray.ui.protocol
Class ProtocolDetailForm
java.lang.Object
org.apache.struts.action.ActionForm
gov.nih.nci.caarray.ui.protocol.ProtocolBaseForm
gov.nih.nci.caarray.ui.protocol.ProtocolDetailForm
- All Implemented Interfaces:
- java.io.Serializable
public class ProtocolDetailForm
- extends ProtocolBaseForm
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
Methods inherited from class gov.nih.nci.caarray.ui.protocol.ProtocolBaseForm |
getError, getIsEditable, getMode, getName, getProtocolId, getProtocolTypeId, getProtocolTypeName, getProtocolTypes, getURI, setEditable, setError, setIsEditable, setMode, setName, setProtocolId, setProtocolTypeId, setProtocolTypeId, setProtocolTypeName, setProtocolTypes, setURI |
Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtocolDetailForm
public ProtocolDetailForm()
getVisibility
public java.util.Collection getVisibility()
- Returns:
setVisibility
public void setVisibility(java.util.Collection visibility)
- Parameters:
collection
-
getMageIdentifier
public java.lang.String getMageIdentifier()
setMageIdentifier
public void setMageIdentifier(java.lang.String mageIdentifier)
getId
public long getId()
- Returns:
setId
public void setId(long l)
- Parameters:
string
-
getDescription
public java.lang.String getDescription()
- Overrides:
getDescription
in class ProtocolBaseForm
- Returns:
setDescription
public void setDescription(java.lang.String string)
- Overrides:
setDescription
in class ProtocolBaseForm
- 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
-
getAllHardware
public java.util.Collection getAllHardware()
- Returns:
getAllSoftware
public java.util.Collection getAllSoftware()
- Returns:
getHardware
public java.util.Collection getHardware()
- Returns:
getNewHardwareId
public long getNewHardwareId()
- Returns:
getNewSoftwareId
public long getNewSoftwareId()
- Returns:
getSoftware
public java.util.Collection getSoftware()
- Returns:
setAllHardware
public void setAllHardware(java.util.Collection collection)
- Parameters:
collection
-
setAllSoftware
public void setAllSoftware(java.util.Collection collection)
- Parameters:
collection
-
setHardware
public void setHardware(java.util.Collection collection)
- Parameters:
collection
-
setNewHardwareId
public void setNewHardwareId(long l)
- Parameters:
l
-
setNewSoftwareId
public void setNewSoftwareId(long l)
- Parameters:
l
-
setSoftware
public void setSoftware(java.util.Collection collection)
- Parameters:
collection
-