fr.ifremer.allegro.referential.taxon
Class TaxonInformationHistory

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

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

See Also:
Serialized Form

Nested Class Summary
static class TaxonInformationHistory.Factory
          Constructs new instances of TaxonInformationHistory.
 
Constructor Summary
TaxonInformationHistory()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if the argument is an TaxonInformationHistory instance and all identifiers for this entity equal the identifiers of the argument entity.
 java.lang.String getDescription()
           
 TaxonInformationHistoryPK getTaxonInformationHistoryPk()
           
 java.sql.Timestamp getUpdateDate()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setDescription(java.lang.String description)
           
 void setTaxonInformationHistoryPk(TaxonInformationHistoryPK taxonInformationHistoryPk)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxonInformationHistory

public TaxonInformationHistory()
Method Detail

getTaxonInformationHistoryPk

public TaxonInformationHistoryPK getTaxonInformationHistoryPk()

setTaxonInformationHistoryPk

public void setTaxonInformationHistoryPk(TaxonInformationHistoryPK taxonInformationHistoryPk)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

hashCode

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

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Returns true if the argument is an TaxonInformationHistory instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.

Overrides:
equals in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.