public class Taxon extends Object implements Identifiable, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Taxon.Factory |
Constructor and Description |
---|
Taxon()
No-arg constructor added to satisfy javabean contract
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Returns
true if the argument is a Taxon instance and all identifiers for this entity equal the
identifiers of the argument entity. |
String |
getCommonName() |
ExternalDatabase |
getExternalDatabase() |
Long |
getId() |
Boolean |
getIsGenesUsable() |
Integer |
getNcbiId() |
String |
getScientificName() |
Integer |
getSecondaryNcbiId() |
int |
hashCode() |
void |
setCommonName(String commonName) |
void |
setExternalDatabase(ExternalDatabase externalDatabase) |
void |
setId(Long id) |
void |
setIsGenesUsable(Boolean isGenesUsable) |
void |
setNcbiId(Integer ncbiId) |
void |
setScientificName(String scientificName) |
void |
setSecondaryNcbiId(Integer secondaryNcbiId) |
String |
toString() |
public boolean equals(Object object)
true
if the argument is a Taxon instance and all identifiers for this entity equal the
identifiers of the argument entity. Returns false
otherwise.public String toString()
toString
in class Object
toString()
public String getCommonName()
public void setCommonName(String commonName)
public ExternalDatabase getExternalDatabase()
public void setExternalDatabase(ExternalDatabase externalDatabase)
public Long getId()
getId
in interface Identifiable
public void setId(Long id)
public Boolean getIsGenesUsable()
public void setIsGenesUsable(Boolean isGenesUsable)
public Integer getNcbiId()
public void setNcbiId(Integer ncbiId)
public String getScientificName()
public void setScientificName(String scientificName)
public Integer getSecondaryNcbiId()
public void setSecondaryNcbiId(Integer secondaryNcbiId)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.