org.ow2.orchestra.facade.runtime.impl
Class VariableUpdateImpl
java.lang.Object
org.ow2.orchestra.facade.runtime.impl.VariableUpdateImpl
- All Implemented Interfaces:
- Serializable, CopyAble<VariableUpdate>, ScopeUpdate, VariableUpdate
public class VariableUpdateImpl
- extends Object
- implements VariableUpdate
- Author:
- Gael Lalire
- See Also:
- Serialized Form
VariableUpdateImpl
protected VariableUpdateImpl()
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 Date getDate()
- Specified by:
getDate
in interface ScopeUpdate
- Returns:
- the date of the variable updating.
getName
public String getName()
- Specified by:
getName
in interface VariableUpdate
- Returns:
- the variable name.
getValue
public Object getValue()
- Specified by:
getValue
in interface VariableUpdate
- Returns:
- the variable value. Returned value can be an instance of
Element
or Message
toString
public String toString()
- Overrides:
toString
in class Object
copy
public VariableUpdate copy()
- Specified by:
copy
in interface CopyAble<VariableUpdate>
Copyright © 2011 OW2 Consortium. All Rights Reserved.