|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.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(java.lang.Object o)
Tests if this RowKey is equal to another RowKey. |
java.util.List |
getKeyFieldNames()
Gets a list containing the names of the fields whose values comprise this key. |
java.util.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 |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean equals(java.lang.Object o)
public final java.util.List getKeyFieldNames()
public final java.util.List getKeyFields()
public final Row getRow()
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |