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

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

public class TransientValue<V>
extends java.lang.Object
implements java.io.Serializable

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
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(V value)
Method Detail

getValue

public V getValue()

isNotNull

public boolean isNotNull()

isNull

public boolean isNull()

setValue

public void setValue(V value)