fr.ifremer.allegro.referential.conversion
Class UnitConversionPK

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

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

Primary key class for UnitConversion

See Also:
Serialized Form

Nested Class Summary
static class UnitConversionPK.Factory
          Constructs new instances of UnitConversionPK.
 
Constructor Summary
UnitConversionPK()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 Unit getFromUnit()
           
 Unit getToUnit()
           
 int hashCode()
           
 void setFromUnit(Unit fromUnit)
           
 void setToUnit(Unit toUnit)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnitConversionPK

public UnitConversionPK()
Method Detail

getFromUnit

public Unit getFromUnit()

setFromUnit

public void setFromUnit(Unit fromUnit)

getToUnit

public Unit getToUnit()

setToUnit

public void setToUnit(Unit toUnit)

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.