com.intersys.objects
Class BooleanHolder
java.lang.Object
com.intersys.objects.BooleanHolder
- All Implemented Interfaces:
- Holder, Serializable
- public class BooleanHolder
- extends Object
- implements Serializable, Holder
- See Also:
- Serialized Form
value
public Boolean value
BooleanHolder
public BooleanHolder(Boolean initvalue)
- Constructs a holder with the specified value
BooleanHolder
public BooleanHolder(boolean initvalue)
set
public void set(Boolean x)
set
public void set(boolean x)
getValue
public Object getValue()
- Specified by:
getValue
in interface Holder
setValue
public void setValue(com.intersys.cache.Dataholder dh)
throws CacheException
- Specified by:
setValue
in interface Holder
- Throws:
CacheException