fr.ifremer.allegro.referential.transcribing
Class TranscribingLocationPK

java.lang.Object
  extended by fr.ifremer.allegro.referential.transcribing.TranscribingLocationPK
All Implemented Interfaces:
java.io.Serializable

public class TranscribingLocationPK
extends java.lang.Object
implements java.io.Serializable

Primary key class for TranscribingLocation

See Also:
Serialized Form

Nested Class Summary
static class TranscribingLocationPK.Factory
          Constructs new instances of TranscribingLocationPK.
 
Constructor Summary
TranscribingLocationPK()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 Location getLocation()
           
 TranscribingSystem getTranscribingSystem()
           
 int hashCode()
           
 void setLocation(Location location)
           
 void setTranscribingSystem(TranscribingSystem transcribingSystem)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranscribingLocationPK

public TranscribingLocationPK()
Method Detail

getTranscribingSystem

public TranscribingSystem getTranscribingSystem()

setTranscribingSystem

public void setTranscribingSystem(TranscribingSystem transcribingSystem)

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.