org.codehaus.wadi.core.session
Class StandardValue

java.lang.Object
  extended by 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
           
 
Constructor Summary
StandardValue()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Object getValue()
           
 int hashCode()
           
 java.lang.Object setValue(java.lang.Object newValue)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.Object value
Constructor Detail

StandardValue

public StandardValue()
Method Detail

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.