Class ExperimentalDesign
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.model.expression.experiment.ExperimentalDesign
- All Implemented Interfaces:
gemma.gsec.model.Securable
,gemma.gsec.model.SecuredChild
,Securable
,SecuredChild
,Describable
,Identifiable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Important note: Two objects with the same class and non-null ID must be considered equal.Obtain a human-readable description of the objectgetId()
getName()
Obtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.getTypes()
void
setExperimentalFactors
(Set<ExperimentalFactor> experimentalFactors) void
setNormalizationDescription
(String normalizationDescription) void
setQualityControlDescription
(String qualityControlDescription) void
setReplicateDescription
(String replicateDescription) void
setTypes
(Set<Characteristic> types) Methods inherited from class ubic.gemma.model.common.AbstractDescribable
hashCode, setDescription, setName, toString
Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
setId
-
Constructor Details
-
ExperimentalDesign
public ExperimentalDesign()
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceIdentifiable
- Specified by:
getId
in interfacegemma.gsec.model.Securable
- Overrides:
getId
in classAbstractIdentifiable
-
getName
Description copied from interface:Describable
Obtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.- Specified by:
getName
in interfaceDescribable
- Overrides:
getName
in classAbstractDescribable
-
getDescription
Description copied from interface:Describable
Obtain a human-readable description of the object- Specified by:
getDescription
in interfaceDescribable
- Overrides:
getDescription
in classAbstractDescribable
-
getExperimentalFactors
- Returns:
- The description of the factors (TimeCourse, Dosage, etc.) that group the BioAssays.
-
setExperimentalFactors
-
getNormalizationDescription
-
setNormalizationDescription
-
getQualityControlDescription
-
setQualityControlDescription
-
getReplicateDescription
-
setReplicateDescription
-
getSecurityOwner
- Specified by:
getSecurityOwner
in interfacegemma.gsec.model.SecuredChild
- Specified by:
getSecurityOwner
in interfaceSecuredChild
-
getTypes
-
setTypes
-
equals
Description copied from class:AbstractIdentifiable
Important note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.- Specified by:
equals
in classAbstractIdentifiable
-