org.ow2.orchestra.facade.runtime.impl
Class ScopeStateUpdateImpl
java.lang.Object
org.ow2.orchestra.facade.runtime.impl.ScopeStateUpdateImpl
- All Implemented Interfaces:
- Serializable, CopyAble<ScopeStateUpdate>, ScopeStateUpdate, ScopeUpdate
public class ScopeStateUpdateImpl
- extends Object
- implements ScopeStateUpdate
- Author:
- S. Ali Tokmen
- See Also:
- Serialized Form
ScopeStateUpdateImpl
protected ScopeStateUpdateImpl()
ScopeStateUpdateImpl
public ScopeStateUpdateImpl(ScopeStateUpdate 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.
getState
public ScopeState getState()
- Specified by:
getState
in interface ScopeStateUpdate
- Returns:
- the scope state.
toString
public String toString()
- Overrides:
toString
in class Object
copy
public ScopeStateUpdate copy()
- Specified by:
copy
in interface CopyAble<ScopeStateUpdate>
Copyright © 2011 OW2 Consortium. All Rights Reserved.