org.ujorm.orm
Class ForeignKey

java.lang.Object
  extended by org.ujorm.orm.ForeignKey
All Implemented Interfaces:
Serializable, NoCheck

public class ForeignKey
extends Object
implements NoCheck, Serializable

A Unique key of the entity OrmUjo

Author:
Pavel Ponec
See Also:
Serialized Form

Constructor Summary
ForeignKey(Object fk)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForeignKey

public ForeignKey(Object fk)
Method Detail

getValue

public Object getValue()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.