Package ubic.gemma.model.blacklist
Class BlacklistedEntity
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.model.blacklist.BlacklistedEntity
- All Implemented Interfaces:
Describable
,Identifiable
- Direct Known Subclasses:
BlacklistedExperiment
,BlacklistedPlatform
Represents a blacklisted entity that should not be loaded into Gemma.
- Author:
- paul
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setExternalAccession
(DatabaseEntry externalAccession) void
void
setShortName
(String shortName) Methods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, getName, hashCode, setDescription, setName, toString
Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
equals, getId, setId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ubic.gemma.model.common.Identifiable
getId
-
Constructor Details
-
BlacklistedEntity
public BlacklistedEntity()
-
-
Method Details
-
getShortName
-
setShortName
-
getExternalAccession
-
setExternalAccession
-
getReason
-
setReason
-