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

See Also:
Serialized Form

Constructor Summary
ForeignKey(Object fk)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object getValue()
           
 int hashCode()
           
 String toString()
          Returns a String of the value only
 
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()
Returns a String of the value only

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 2013, Pavel Ponec