Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class TransientValue<V>

java.lang.Object
  extended by com.liferay.portal.kernel.util.TransientValue<V>
All Implemented Interfaces:
Serializable

public class TransientValue<V>
extends Object
implements Serializable

See Also:
NonSerializableObjectHandler, Serialized Form

Constructor Summary
TransientValue()
           
TransientValue(V value)
           
 
Method Summary
 V getValue()
           
 boolean isNotNull()
           
 boolean isNull()
           
 void setValue(V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientValue

public TransientValue()

TransientValue

public TransientValue(V value)
Method Detail

getValue

public V getValue()

isNotNull

public boolean isNotNull()

isNull

public boolean isNull()

setValue

public void setValue(V value)

Liferay 6.1.2-ce-ga3