gov.nih.nci.caarray.domain.project
Class Factor
java.lang.Object
gov.nih.nci.caarray.domain.AbstractCaArrayObject
gov.nih.nci.caarray.domain.AbstractCaArrayEntity
gov.nih.nci.caarray.domain.project.Factor
- All Implemented Interfaces:
- com.fiveamsolutions.nci.commons.data.persistent.PersistentObject, java.io.Serializable
public class Factor
- extends AbstractCaArrayEntity
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Factor
public Factor()
getName
@NotNull
@Length(min=1,
max=254)
public java.lang.String getName()
- Gets the name.
- Returns:
- the name
setName
public void setName(java.lang.String nameVal)
- Sets the name.
- Parameters:
nameVal
- the name
getDescription
@Length(max=2000)
public java.lang.String getDescription()
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- the description to set
getType
@NotNull
public Term getType()
- Gets the type.
- Returns:
- the type
setType
public void setType(Term typeVal)
- Sets the type.
- Parameters:
typeVal
- the type
getFactorValues
public java.util.Set<AbstractFactorValue> getFactorValues()
- Gets the factorValues.
- Returns:
- the factorValues
getExperiment
public Experiment getExperiment()
- Returns:
- the experiment
setExperiment
public void setExperiment(Experiment experiment)
- Parameters:
experiment
- the experiment to set