|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Freezables that have a typable key can implement this interface. Usually, this key should be separate from the Freezable's identifier.
HasTypableKey's typable key should be the forth argument in the constructor.
The getCloneKey() method fills in the key for the evil clones
Method Summary | |
java.lang.String |
getCloneKey()
Get a clone key |
java.lang.String |
getTypableKey()
Return the typable key. |
void |
setTypableKey(java.lang.String key)
Set the typable key |
Method Detail |
public java.lang.String getTypableKey()
public void setTypableKey(java.lang.String key)
public java.lang.String getCloneKey()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |