Class TransientValue<V>

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

public class TransientValue<V> extends Object implements Serializable
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • TransientValue

      public TransientValue()
    • TransientValue

      public TransientValue(V value)
  • Method Details

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • getValue

      public V getValue()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • isNotNull

      public boolean isNotNull()
    • isNull

      public boolean isNull()
    • setValue

      public void setValue(V value)