fr.ifremer.allegro.referential.transcribing
Class TranscribingQualitativeValue

java.lang.Object
  extended by fr.ifremer.allegro.referential.transcribing.TranscribingQualitativeValue
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TranscribingQualitativeValueImpl

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

See Also:
Serialized Form

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

Constructor Detail

TranscribingQualitativeValue

public TranscribingQualitativeValue()
Method Detail

getTranscribingQualitativeValuePk

public TranscribingQualitativeValuePK getTranscribingQualitativeValuePk()

setTranscribingQualitativeValuePk

public void setTranscribingQualitativeValuePk(TranscribingQualitativeValuePK transcribingQualitativeValuePk)

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 TranscribingQualitativeValue 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.