public class TransientValue<V>
extends java.lang.Object
implements java.io.Serializable
NonSerializableObjectHandler,
Serialized Form| Constructor and Description |
|---|
TransientValue() |
TransientValue(V value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
V |
getValue() |
int |
hashCode() |
boolean |
isNotNull() |
boolean |
isNull() |
void |
setValue(V value) |
public TransientValue()
public TransientValue(V value)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic V getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean isNotNull()
public boolean isNull()
public void setValue(V value)