fr.ifremer.allegro.referential.taxon
Class TaxonGroupHistoricalRecord

java.lang.Object
  extended by fr.ifremer.allegro.referential.taxon.TaxonGroupHistoricalRecord
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TaxonGroupHistoricalRecordImpl

public abstract class TaxonGroupHistoricalRecord
extends java.lang.Object
implements java.io.Serializable

Date de d??but d'appartenance du taxon au groupe. Cette date est renseign??e automatiquemnt par le syst??me.

See Also:
Serialized Form

Nested Class Summary
static class TaxonGroupHistoricalRecord.Factory
          Constructs new instances of TaxonGroupHistoricalRecord.
 
Constructor Summary
TaxonGroupHistoricalRecord()
           
 
Method Summary
 boolean equals(java.lang.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.
 java.lang.String getComments()
           
 java.util.Date getEndDate()
           Date de fin d'appartenance du taxon au groupe.
 java.lang.Integer getId()
           
 ReferenceTaxon getReferenceTaxon()
           
 java.util.Date getStartDate()
           Date de d??but d'appartenance du taxon au groupe.
 TaxonGroup getTaxonGroup()
           
 java.sql.Timestamp getUpdateDate()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setComments(java.lang.String comments)
           
 void setEndDate(java.util.Date endDate)
           
 void setId(java.lang.Integer id)
           
 void setReferenceTaxon(ReferenceTaxon referenceTaxon)
           
 void setStartDate(java.util.Date startDate)
           
 void setTaxonGroup(TaxonGroup taxonGroup)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxonGroupHistoricalRecord

public TaxonGroupHistoricalRecord()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getStartDate

public java.util.Date getStartDate()

Date de d??but d'appartenance du taxon au groupe. Cette date est renseign??e automatiquemnt par le syst??me.


setStartDate

public void setStartDate(java.util.Date startDate)

getEndDate

public java.util.Date getEndDate()

Date de fin d'appartenance du taxon au groupe. Cette date est renseign??e automatiquement par le syst??me.


setEndDate

public void setEndDate(java.util.Date endDate)

getComments

public java.lang.String getComments()

setComments

public void setComments(java.lang.String comments)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getTaxonGroup

public TaxonGroup getTaxonGroup()

setTaxonGroup

public void setTaxonGroup(TaxonGroup taxonGroup)

getReferenceTaxon

public ReferenceTaxon getReferenceTaxon()

setReferenceTaxon

public void setReferenceTaxon(ReferenceTaxon referenceTaxon)

equals

public boolean equals(java.lang.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.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.