fr.ifremer.allegro.referential.taxon
Class TaxonNameHistory

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

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

See Also:
Serialized Form

Nested Class Summary
static class TaxonNameHistory.Factory
          Constructs new instances of TaxonNameHistory.
 
Constructor Summary
TaxonNameHistory()
           
 
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.
 Citation getCitation()
           
 java.lang.String getComments()
           
 java.lang.Integer getId()
           
 java.lang.Boolean getIsObsolete()
           
 java.lang.Boolean getIsReferent()
           
 java.lang.Boolean getIsTemporary()
           
 java.lang.Boolean getIsVirtual()
           
 java.lang.String getName()
           
 TaxonName getParentTaxonName()
           
 TaxonName getTaxonName()
           
 java.sql.Timestamp getUpdateDate()
           
 java.lang.Integer getUpperRank()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setCitation(Citation citation)
           
 void setComments(java.lang.String comments)
           
 void setId(java.lang.Integer id)
           
 void setIsObsolete(java.lang.Boolean isObsolete)
           
 void setIsReferent(java.lang.Boolean isReferent)
           
 void setIsTemporary(java.lang.Boolean isTemporary)
           
 void setIsVirtual(java.lang.Boolean isVirtual)
           
 void setName(java.lang.String name)
           
 void setParentTaxonName(TaxonName parentTaxonName)
           
 void setTaxonName(TaxonName taxonName)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 void setUpperRank(java.lang.Integer upperRank)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxonNameHistory

public TaxonNameHistory()
Method Detail

getId

public java.lang.Integer getId()

setId

public void setId(java.lang.Integer id)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getComments

public java.lang.String getComments()

setComments

public void setComments(java.lang.String comments)

getUpperRank

public java.lang.Integer getUpperRank()

setUpperRank

public void setUpperRank(java.lang.Integer upperRank)

getIsReferent

public java.lang.Boolean getIsReferent()

setIsReferent

public void setIsReferent(java.lang.Boolean isReferent)

getIsVirtual

public java.lang.Boolean getIsVirtual()

setIsVirtual

public void setIsVirtual(java.lang.Boolean isVirtual)

getIsObsolete

public java.lang.Boolean getIsObsolete()

setIsObsolete

public void setIsObsolete(java.lang.Boolean isObsolete)

getIsTemporary

public java.lang.Boolean getIsTemporary()

setIsTemporary

public void setIsTemporary(java.lang.Boolean isTemporary)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getCitation

public Citation getCitation()

setCitation

public void setCitation(Citation citation)

getParentTaxonName

public TaxonName getParentTaxonName()

setParentTaxonName

public void setParentTaxonName(TaxonName parentTaxonName)

getTaxonName

public TaxonName getTaxonName()

setTaxonName

public void setTaxonName(TaxonName taxonName)

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.