public class ForeignKey extends java.lang.Object implements java.lang.Comparable<ForeignKey>
Constructor and Description |
---|
ForeignKey(Attribute f,
Entity e,
Attribute k) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ForeignKey o) |
Entity |
getEntity() |
Attribute |
getFKey() |
Attribute |
getKey() |
public Attribute getFKey()
public Entity getEntity()
public Attribute getKey()
public int compareTo(ForeignKey o)
compareTo
in interface java.lang.Comparable<ForeignKey>