public abstract class TaxonInformation extends Object implements Serializable
Cette classe contient le type d'informations relatives au taxon qui sont contenues dans le document lié. Exemple: le document le désigne comme synonyme ou le document le désigne comme référent.
| Modifier and Type | Class and Description |
|---|---|
static class |
TaxonInformation.Factory
Constructs new instances of
TaxonInformation. |
| Constructor and Description |
|---|
TaxonInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Returns
true if the argument is an TaxonInformation instance and all identifiers for this entity
equal the identifiers of the argument entity. |
String |
getDescription() |
TaxonInformationPK |
getTaxonInformationPk() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setDescription(String description) |
void |
setTaxonInformationPk(TaxonInformationPK taxonInformationPk) |
void |
setUpdateDate(Timestamp updateDate) |
public TaxonInformationPK getTaxonInformationPk()
public void setTaxonInformationPk(TaxonInformationPK taxonInformationPk)
public String getDescription()
public void setDescription(String description)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public int hashCode()
Copyright © 2013. All Rights Reserved.