org.ow2.bonita.facade.runtime.impl
Class VariableUpdateFullImpl
java.lang.Object
org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
org.ow2.bonita.facade.runtime.impl.VariableUpdateFullImpl
- All Implemented Interfaces:
- java.io.Serializable, VariableUpdate
public class VariableUpdateFullImpl
- extends VariableUpdateImpl
- Author:
- Guillaume Porcher
- See Also:
- Serialized Form
Method Summary |
java.lang.Object |
getValue()
Returns the variable value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
persistableValue
protected Variable persistableValue
VariableUpdateFullImpl
protected VariableUpdateFullImpl()
VariableUpdateFullImpl
public VariableUpdateFullImpl(java.util.Date date,
java.lang.String userId,
java.lang.String variableId,
java.lang.Object variableValue)
VariableUpdateFullImpl
public VariableUpdateFullImpl(VariableUpdate src)
getValue
public java.lang.Object getValue()
- Description copied from interface:
VariableUpdate
- Returns the variable value.
- Specified by:
getValue
in interface VariableUpdate
- Overrides:
getValue
in class VariableUpdateImpl
- Returns:
- The variable value (can be: an
Enumeration
,
a plain String
, a Boolean
, a Date
, a Long
or a Double
).
Copyright © 2009 OW2 Consortium. All Rights Reserved.