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
public abstract class BlacklistedEntity extends AbstractDescribable
Represents a blacklisted entity that should not be loaded into Gemma.- Author:
- paul
- See Also:
BlacklistedPlatform
,BlacklistedExperiment
-
-
Constructor Summary
Constructors Constructor Description BlacklistedEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabaseEntry
getExternalAccession()
String
getReason()
String
getShortName()
void
setExternalAccession(DatabaseEntry externalAccession)
void
setReason(String reason)
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
-
-
-
-
Method Detail
-
getExternalAccession
@Nullable public DatabaseEntry getExternalAccession()
-
setExternalAccession
public void setExternalAccession(@Nullable DatabaseEntry externalAccession)
-
getReason
public String getReason()
-
setReason
public void setReason(String reason)
-
-