Package ubic.gemma.model.blacklist
Class BlacklistedExperiment
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.model.blacklist.BlacklistedEntity
ubic.gemma.model.blacklist.BlacklistedExperiment
- All Implemented Interfaces:
Describable,Identifiable
TODO Document Me
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.model.blacklist.BlacklistedEntity
getExternalAccession, getReason, getShortName, setExternalAccession, setReason, setShortNameMethods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, getName, hashCode, setDescription, setName, toStringMethods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ubic.gemma.model.common.Identifiable
getId
-
Constructor Details
-
BlacklistedExperiment
public BlacklistedExperiment()
-
-
Method Details
-
equals
Description copied from class:AbstractIdentifiableImportant 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:
equalsin classAbstractIdentifiable
-