public abstract class TaxonNameHistory extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
TaxonNameHistory.Factory
Constructs new instances of
TaxonNameHistory. |
| Constructor and Description |
|---|
TaxonNameHistory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
This entity does not have any identifiers
and is not extending any other entity,
so this method will only return
true if the argument reference and this
refer to the same object. |
Citation |
getCitation() |
String |
getComments() |
Integer |
getId() |
Boolean |
getIsObsolete() |
Boolean |
getIsReferent() |
Boolean |
getIsTemporary() |
Boolean |
getIsVirtual() |
String |
getName() |
TaxonName |
getParentTaxonName() |
TaxonName |
getTaxonName() |
Timestamp |
getUpdateDate() |
Integer |
getUpperRank() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setCitation(Citation citation) |
void |
setComments(String comments) |
void |
setId(Integer id) |
void |
setIsObsolete(Boolean isObsolete) |
void |
setIsReferent(Boolean isReferent) |
void |
setIsTemporary(Boolean isTemporary) |
void |
setIsVirtual(Boolean isVirtual) |
void |
setName(String name) |
void |
setParentTaxonName(TaxonName parentTaxonName) |
void |
setTaxonName(TaxonName taxonName) |
void |
setUpdateDate(Timestamp updateDate) |
void |
setUpperRank(Integer upperRank) |
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public String getComments()
public void setComments(String comments)
public Integer getUpperRank()
public void setUpperRank(Integer upperRank)
public Boolean getIsReferent()
public void setIsReferent(Boolean isReferent)
public Boolean getIsVirtual()
public void setIsVirtual(Boolean isVirtual)
public Boolean getIsObsolete()
public void setIsObsolete(Boolean isObsolete)
public Boolean getIsTemporary()
public void setIsTemporary(Boolean isTemporary)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public TaxonName getParentTaxonName()
public void setParentTaxonName(TaxonName parentTaxonName)
public TaxonName getTaxonName()
public void setTaxonName(TaxonName taxonName)
public Citation getCitation()
public void setCitation(Citation citation)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.