org.ow2.orchestra.facade.runtime.impl
Class VariableUpdateImpl

java.lang.Object
  extended by 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

Constructor Summary
protected VariableUpdateImpl()
           
  VariableUpdateImpl(VariableUpdate record)
           
 
Method Summary
 VariableUpdate copy()
           
 ActivityInstanceUUID getActivityUUID()
           
 Date getDate()
           
 String getName()
           
 Object getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableUpdateImpl

protected VariableUpdateImpl()

VariableUpdateImpl

public VariableUpdateImpl(VariableUpdate record)
Method Detail

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.