org.ow2.orchestra.facade.runtime.impl
Class VariableUpdateImpl
java.lang.Object
org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
- All Implemented Interfaces:
- java.io.Serializable, CopyAble<VariableUpdate>, ScopeUpdate, VariableUpdate
public class VariableUpdateImpl
- extends java.lang.Object
- implements VariableUpdate
- Author:
- Gael Lalire
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VariableUpdateImpl
public VariableUpdateImpl(VariableUpdate record)
getActivityUUID
public ActivityInstanceUUID getActivityUUID()
- Specified by:
getActivityUUID
in interface ScopeUpdate
- Returns:
- uuid of activity which has performed this update
getDate
public java.util.Date getDate()
- Specified by:
getDate
in interface ScopeUpdate
- Returns:
- the date of the variable updating.
getName
public java.lang.String getName()
- Specified by:
getName
in interface VariableUpdate
- Returns:
- the variable name.
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface VariableUpdate
- Returns:
- the variable value. Returned value can be an instance of
Element
or Message
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
copy
public VariableUpdate copy()
- Specified by:
copy
in interface CopyAble<VariableUpdate>
Copyright © 2009 OW2 Consortium. All Rights Reserved.