org.ujorm.orm
Class ForeignKey
java.lang.Object
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
ForeignKey
public ForeignKey(Object fk)
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