|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.ic.doc.automed.util.persist.PersistentKey
public class PersistentKey
PersistentKey.java
Encapsulates a key to be persisted
| Constructor Summary | |
|---|---|
PersistentKey(java.lang.String id)
Creates a new instance of PersistentKey |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object anotherKey)
|
com.sleepycat.je.DatabaseEntry |
getKeyObject()
Return the actual database entry object of the key |
java.lang.String |
toString()
Output the key's id |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PersistentKey(java.lang.String id)
| Method Detail |
|---|
public com.sleepycat.je.DatabaseEntry getKeyObject()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object anotherKey)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||