|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.database.RowKey
An object which uniquely identifies a row within a table. No two rows in the same table should have the same key. Two rows in different table may have the same key
Method Summary | |
boolean |
equals(Object o)
Tests if this RowKey is equal to another RowKey. |
List |
getKeyFieldNames()
Gets a list containing the names of the fields whose values comprise this key. |
List |
getKeyFields()
Gets a list containing the fields whose values comprise this key |
Row |
getRow()
Gets the row whose key this object represents |
int |
hashCode()
Gets the hashCode for this row key |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean equals(Object o)
public final List getKeyFieldNames()
public final List getKeyFields()
public final Row getRow()
public int hashCode()
hashCode
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |