public abstract class TaxonGroupHistoricalRecord extends Object implements Serializable
Date de début d'appartenance du taxon au groupe. Cette date est renseignée automatiquemnt par le système.
| Modifier and Type | Class and Description |
|---|---|
static class |
TaxonGroupHistoricalRecord.Factory
Constructs new instances of
TaxonGroupHistoricalRecord. |
| Constructor and Description |
|---|
TaxonGroupHistoricalRecord() |
| 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. |
String |
getComments() |
Date |
getEndDate()
Date de fin d'appartenance du taxon au groupe.
|
Integer |
getId() |
ReferenceTaxon |
getReferenceTaxon() |
Date |
getStartDate()
Date de début d'appartenance du taxon au groupe.
|
TaxonGroup |
getTaxonGroup() |
Timestamp |
getUpdateDate() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setComments(String comments) |
void |
setEndDate(Date endDate) |
void |
setId(Integer id) |
void |
setReferenceTaxon(ReferenceTaxon referenceTaxon) |
void |
setStartDate(Date startDate) |
void |
setTaxonGroup(TaxonGroup taxonGroup) |
void |
setUpdateDate(Timestamp updateDate) |
public Integer getId()
public void setId(Integer id)
public Date getStartDate()
Date de début d'appartenance du taxon au groupe. Cette date est renseignée automatiquemnt par le système.
public void setStartDate(Date startDate)
public Date getEndDate()
Date de fin d'appartenance du taxon au groupe. Cette date est renseignée automatiquement par le système.
public void setEndDate(Date endDate)
public String getComments()
public void setComments(String comments)
public Timestamp getUpdateDate()
public void setUpdateDate(Timestamp updateDate)
public TaxonGroup getTaxonGroup()
public void setTaxonGroup(TaxonGroup taxonGroup)
public ReferenceTaxon getReferenceTaxon()
public void setReferenceTaxon(ReferenceTaxon referenceTaxon)
public boolean equals(Object object)
true if the argument reference and this
refer to the same object.Copyright © 2013. All Rights Reserved.