public class TaxonomyItem extends Object implements ResultElement, TaxonomyInterface, Serializable
ResultElement.ResultType| Constructor and Description |
|---|
TaxonomyItem(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(ElementProperty property) |
boolean |
equals(Object obj) |
String |
getCitation() |
List<CommonName> |
getCommonNames() |
String |
getCredits() |
String |
getId() |
String |
getLsid() |
Calendar |
getModified() |
TaxonomyItem |
getParent() |
List<ElementProperty> |
getProperties() |
String |
getProvider() |
String |
getRank() |
String |
getScientificName() |
String |
getScientificNameAuthorship() |
TaxonomyStatus |
getStatus() |
ResultElement.ResultType |
getType() |
int |
hashCode() |
void |
resetProperties() |
void |
setCitation(String citation) |
void |
setCommonNames(List<CommonName> commonNames) |
void |
setCredits(String credits) |
void |
setId(String id) |
void |
setLsid(String lsid) |
void |
setModified(Calendar modified) |
void |
setParent(TaxonomyItem parent) |
void |
setProvider(String provider) |
void |
setRank(String rank) |
void |
setScientificName(String scientificName) |
void |
setScientificNameAuthorship(String scientificNameAuthorship) |
void |
setStatus(TaxonomyStatus status) |
String |
toString() |
public Calendar modified
public TaxonomyItem(String id)
public TaxonomyItem getParent()
getParent in interface TaxonomyInterfacepublic String getId()
getId in interface ResultElementgetId in interface TaxonomyInterfacepublic void setId(String id)
public String getRank()
getRank in interface TaxonomyInterfacepublic void setRank(String rank)
public String getScientificName()
getScientificName in interface TaxonomyInterfacepublic void setScientificName(String scientificName)
public String getCitation()
getCitation in interface ResultElementgetCitation in interface TaxonomyInterfacepublic void setCitation(String citation)
public void setParent(TaxonomyItem parent)
public List<CommonName> getCommonNames()
public void setCommonNames(List<CommonName> commonNames)
public TaxonomyStatus getStatus()
public void setStatus(TaxonomyStatus status)
public String getProvider()
getProvider in interface ResultElementpublic void setProvider(String provider)
public Calendar getModified()
public void setModified(Calendar modified)
public String getScientificNameAuthorship()
getScientificNameAuthorship in interface TaxonomyInterfacepublic void setScientificNameAuthorship(String scientificNameAuthorship)
scientificNameAuthorship - the scientificNameAuthorship to setpublic String getCredits()
getCredits in interface ResultElementgetCredits in interface TaxonomyInterfacepublic void setCredits(String credits)
public String getLsid()
getLsid in interface TaxonomyInterfacepublic void setLsid(String lsid)
public ResultElement.ResultType getType()
getType in interface ResultElementpublic void addProperty(ElementProperty property)
public void resetProperties()
public List<ElementProperty> getProperties()
getProperties in interface ResultElementCopyright © 2015. All Rights Reserved.