gov.nih.nci.caarray.external.v1_0.query
Class FileSearchCriteria
java.lang.Object
gov.nih.nci.caarray.external.v1_0.query.FileSearchCriteria
- All Implemented Interfaces:
- java.io.Serializable
public class FileSearchCriteria
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- dkokotov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSearchCriteria
public FileSearchCriteria()
getExperiment
public CaArrayEntityReference getExperiment()
- Returns:
- the experiment
setExperiment
public void setExperiment(CaArrayEntityReference experiment)
- Parameters:
experiment
- the experiment to set
getExtension
public java.lang.String getExtension()
- Returns:
- the extension
setExtension
public void setExtension(java.lang.String extension)
- Parameters:
extension
- the extension to set
getTypes
public java.util.Set<CaArrayEntityReference> getTypes()
- Returns:
- the types
setTypes
public void setTypes(java.util.Set<CaArrayEntityReference> types)
- Parameters:
types
- the types to set
getCategories
public java.util.Set<FileCategory> getCategories()
- Returns:
- the categories
setCategories
public void setCategories(java.util.Set<FileCategory> categories)
- Parameters:
categories
- the categories to set
getExperimentGraphNodes
public java.util.Set<CaArrayEntityReference> getExperimentGraphNodes()
- Returns:
- the biomaterials
setExperimentGraphNodes
public void setExperimentGraphNodes(java.util.Set<CaArrayEntityReference> biomaterials)
- Parameters:
biomaterials
- the biomaterials to set