net.walend.lyophil.test.stringbean
Interface FreezableColorString

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

public interface FreezableColorString
extends FreezableString

A simple interface for tests.

Since:
11-1-2000
Author:
David Walend

Field Summary
static java.lang.String FREEZABLECOLORSTRING
           
 
Fields inherited from interface net.walend.lyophil.test.stringbean.FreezableString
FREEZABLESTRING
 
Method Summary
 java.lang.String getColorString()
           
 void setColorString(java.lang.String color)
           
 
Methods inherited from interface net.walend.lyophil.test.stringbean.FreezableString
getString, setString
 
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

FREEZABLECOLORSTRING

public static final java.lang.String FREEZABLECOLORSTRING
Method Detail

getColorString

public java.lang.String getColorString()

setColorString

public void setColorString(java.lang.String color)


Copyright (c) 2000, 2001, David Walend