fr.ifremer.allegro.referential.transcribing
Class TranscribingLocationLevel

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

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

See Also:
Serialized Form

Nested Class Summary
static class TranscribingLocationLevel.Factory
          Constructs new instances of TranscribingLocationLevel.
 
Constructor Summary
TranscribingLocationLevel()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if the argument is an TranscribingLocationLevel instance and all identifiers for this entity equal the identifiers of the argument entity.
 java.lang.String getExternalCode()
           
 TranscribingLocationLevelPK getTranscribingLocationLevelPk()
           
 TranscribingSide getTranscribingSide()
           
 java.sql.Timestamp getUpdateDate()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setExternalCode(java.lang.String externalCode)
           
 void setTranscribingLocationLevelPk(TranscribingLocationLevelPK transcribingLocationLevelPk)
           
 void setTranscribingSide(TranscribingSide transcribingSide)
           
 void setUpdateDate(java.sql.Timestamp updateDate)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranscribingLocationLevel

public TranscribingLocationLevel()
Method Detail

getTranscribingLocationLevelPk

public TranscribingLocationLevelPK getTranscribingLocationLevelPk()

setTranscribingLocationLevelPk

public void setTranscribingLocationLevelPk(TranscribingLocationLevelPK transcribingLocationLevelPk)

getExternalCode

public java.lang.String getExternalCode()

setExternalCode

public void setExternalCode(java.lang.String externalCode)

getUpdateDate

public java.sql.Timestamp getUpdateDate()

setUpdateDate

public void setUpdateDate(java.sql.Timestamp updateDate)

getTranscribingSide

public TranscribingSide getTranscribingSide()

setTranscribingSide

public void setTranscribingSide(TranscribingSide transcribingSide)

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