gov.nih.nci.caarray.ui.biomaterial
Class SampleSearchForm
java.lang.Object
org.apache.struts.action.ActionForm
gov.nih.nci.caarray.ui.biomaterial.SampleSearchForm
- All Implemented Interfaces:
- java.io.Serializable
public class SampleSearchForm
- extends org.apache.struts.action.ActionForm
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
SampleSearchForm
public SampleSearchForm()
getSearchResults
public java.util.Collection getSearchResults()
- Returns:
setSearchResults
public void setSearchResults(java.util.Collection collection)
- Parameters:
collection
-
getVisibilityId
public long getVisibilityId()
- Returns:
setVisibilityId
public void setVisibilityId(long l)
- Parameters:
l
-
getBiosourceId
public long getBiosourceId()
- Returns:
setBiosourceId
public void setBiosourceId(long l)
- Parameters:
l
-
getMaterialTypes
public java.util.Collection getMaterialTypes()
- Returns:
- Returns the materialTypes.
setMaterialTypes
public void setMaterialTypes(java.util.Collection collection)
- Parameters:
materialTypes
- The materialTypes to set.
getSampleName
public java.lang.String getSampleName()
- Returns:
- Returns the sampleName.
setSampleName
public void setSampleName(java.lang.String sampleName)
- Parameters:
sampleName
- The sampleName to set.
getSpeciesTypeId
public long getSpeciesTypeId()
- Returns:
- Returns the speciesTypeId.
setSpeciesTypeId
public void setSpeciesTypeId(long speciesTypeId)
- Parameters:
speciesTypeId
- The speciesTypeId to set.
getSpeciesTypes
public java.util.Collection getSpeciesTypes()
- Returns:
- Returns the speciesTypes.
setSpeciesTypes
public void setSpeciesTypes(java.util.Collection taxonTypes)
- Parameters:
speciesTypes
- The speciesTypes to set.
getVisibilitys
public java.util.Collection getVisibilitys()
- Returns:
- Returns the visibilitys.
setVisibilitys
public void setVisibilitys(java.util.Collection visibilitys)
- Parameters:
visibilitys
- The visibilitys to set.
getMaterialTypeId
public long getMaterialTypeId()
- Returns:
- Returns the materialTypeId.
setMaterialTypeId
public void setMaterialTypeId(long materialTypeId)
- Parameters:
materialTypeId
- The materialTypeId to set.
getBiosources
public java.util.Collection getBiosources()
- Returns:
setBiosources
public void setBiosources(java.util.Collection collection)
- Parameters:
collection
-