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

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

public class ProtocolDetailForm
extends ProtocolBaseForm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nih.nci.caarray.ui.protocol.ProtocolBaseForm
description_, error_, name_, protocolId_, protocolTypeId_, protocolTypeName_, protocolTypes_, URI_
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ProtocolDetailForm()
           
 
Method Summary
 java.util.Collection getAllHardware()
           
 java.util.Collection getAllSoftware()
           
 java.lang.String getBack()
           
 java.lang.String getDescription()
           
 java.util.Collection getHardware()
           
 long getId()
           
 java.lang.String getMageIdentifier()
           
 long getNewHardwareId()
           
 long getNewSoftwareId()
           
 java.util.Collection getParameters()
           
 java.util.Collection getSoftware()
           
 java.util.Collection getVisibility()
           
 void setAllHardware(java.util.Collection collection)
           
 void setAllSoftware(java.util.Collection collection)
           
 void setBack(java.lang.String string)
           
 void setDescription(java.lang.String string)
           
 void setHardware(java.util.Collection collection)
           
 void setId(long l)
           
 void setMageIdentifier(java.lang.String mageIdentifier)
           
 void setNewHardwareId(long l)
           
 void setNewSoftwareId(long l)
           
 void setParameters(java.util.Collection collection)
           
 void setSoftware(java.util.Collection collection)
           
 void setVisibility(java.util.Collection visibility)
           
 
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
 

Constructor Detail

ProtocolDetailForm

public ProtocolDetailForm()
Method Detail

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 -