com.opensymphony.module.propertyset.memory
Class MemoryPropertySet.ValueEntry
java.lang.Object
com.opensymphony.module.propertyset.memory.MemoryPropertySet.ValueEntry
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- MemoryPropertySet
- public static final class MemoryPropertySet.ValueEntry
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemoryPropertySet.ValueEntry
public MemoryPropertySet.ValueEntry()
MemoryPropertySet.ValueEntry
public MemoryPropertySet.ValueEntry(int type,
java.lang.Object value)
setType
public void setType(int type)
getType
public int getType()
setValue
public void setValue(java.lang.Object value)
getValue
public java.lang.Object getValue()
|