org.ow2.bonita.facade.runtime.impl
Class VariableUpdateFullImpl

java.lang.Object
  extended by org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
      extended by 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

Field Summary
protected  Variable persistableValue
           
 
Fields inherited from class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
date, name, userId, value
 
Constructor Summary
protected VariableUpdateFullImpl()
           
  VariableUpdateFullImpl(java.util.Date date, java.lang.String userId, java.lang.String variableId, java.lang.Object variableValue)
           
  VariableUpdateFullImpl(VariableUpdate src)
           
 
Method Summary
 java.lang.Object getValue()
          Returns the variable value.
 
Methods inherited from class org.ow2.bonita.facade.runtime.impl.VariableUpdateImpl
getDate, getName, getUserId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

persistableValue

protected Variable persistableValue
Constructor Detail

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)
Method Detail

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.