net.walend.lyophil.test.stringbean
Interface FreezableString

All Superinterfaces:
Freezable, HasState, HasTypableKey, java.io.Serializable, TestString
All Known Subinterfaces:
FreezableColorString
All Known Implementing Classes:
ColorStringBean, StringBean

public interface FreezableString
extends TestString, HasTypableKey, Freezable

A simple interface for tests. The typable key is the string of the id, which is lame but works fine.

Since:
12-6-2000
Author:
David Walend

Field Summary
static java.lang.String FREEZABLESTRING
           
 
Method Summary
 java.lang.String getString()
           
 void setString(java.lang.String string)
           
 
Methods inherited from interface net.walend.collection.test.TestString
toString
 
Methods inherited from interface net.walend.lyophil.HasTypableKey
getCloneKey, getTypableKey, setTypableKey
 
Methods inherited from interface net.walend.lyophil.Freezable
createEvilClone, getIdentifier, getRole, sameAs, sameIdentifierAs
 
Methods inherited from interface net.walend.collection.HasState
getPrincipleInterface, sameStateAs
 

Field Detail

FREEZABLESTRING

public static final java.lang.String FREEZABLESTRING
Method Detail

getString

public java.lang.String getString()
Specified by:
getString in interface TestString

setString

public void setString(java.lang.String string)
Specified by:
setString in interface TestString


Copyright (c) 2000, 2001, David Walend