|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portal.kernel.util.TransientValue<V>
public class TransientValue<V>
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 |
---|
public TransientValue(V value)
Method Detail |
---|
public V getValue()
public boolean isNotNull()
public boolean isNull()
public void setValue(V value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |