org.codehaus.wadi.core.session
Class StandardValue
java.lang.Object
org.codehaus.wadi.core.session.StandardValue
- All Implemented Interfaces:
- Value
- Direct Known Subclasses:
- DistributableValue
public class StandardValue
- extends java.lang.Object
- implements Value
A simple slot for holding and Attribute's value
- Version:
- $Revision: 1177 $
- Author:
- Jules Gosnell
Field Summary |
protected java.lang.Object |
value
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
value
protected java.lang.Object value
StandardValue
public StandardValue()
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface Value
setValue
public java.lang.Object setValue(java.lang.Object newValue)
- Specified by:
setValue
in interface Value
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2008. All Rights Reserved.