net.walend.lyophil
Interface HasTypableKey

All Known Subinterfaces:
FreezableColorString, FreezableString
All Known Implementing Classes:
ColorStringBean, StringBean

public interface HasTypableKey

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

Since:
20010405
Author:
David Walend

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

getTypableKey

public java.lang.String getTypableKey()
Return the typable key.


setTypableKey

public void setTypableKey(java.lang.String key)
Set the typable key


getCloneKey

public java.lang.String getCloneKey()
Get a clone key



Copyright (c) 2000, 2001, David Walend