Package ubic.gemma.model.common
Interface Describable
- 
- All Superinterfaces:
- Identifiable
 - All Known Implementing Classes:
- AbstractAuditable,- AbstractDescribable,- Analysis,- ArrayDesign,- BibliographicReference,- BioAssay,- BioAssayDimension,- BioAssaySet,- BioMaterial,- BioSequence,- BlacklistedEntity,- BlacklistedExperiment,- BlacklistedPlatform,- Characteristic,- ChromosomeFeature,- CoexpressionAnalysis,- CompositeSequence,- Compound,- Contact,- DataAnalysisEvidence,- DifferentialExpressionAnalysis,- DifferentialExpressionEvidence,- ExperimentalDesign,- ExperimentalEvidence,- ExperimentalFactor,- ExpressionAnalysis,- ExpressionExperiment,- ExpressionExperimentSet,- ExpressionExperimentSubSet,- ExternalDatabase,- Gene,- GeneDifferentialExpressionMetaAnalysis,- GeneProduct,- GenericEvidence,- GenericExperiment,- GeneSet,- Investigation,- LiteratureEvidence,- Person,- PhenotypeAssociation,- PrincipalComponentAnalysis,- Protocol,- QuantitationType,- Reporter,- SampleCoexpressionAnalysis,- SingleExperimentAnalysis,- Statement,- Treatment,- User,- UserGroup
 
 public interface Describable extends Identifiable 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Obtain a human-readable description of the objectStringgetName()Obtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.- 
Methods inherited from interface ubic.gemma.model.common.IdentifiablegetId
 
- 
 
-