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

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

Constructor Summary
protected ScopeStateUpdateImpl()
           
  ScopeStateUpdateImpl(ScopeStateUpdate record)
           
 
Method Summary
 ScopeStateUpdate copy()
           
 ActivityInstanceUUID getActivityUUID()
           
 Date getDate()
           
 ScopeState getState()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScopeStateUpdateImpl

protected ScopeStateUpdateImpl()

ScopeStateUpdateImpl

public ScopeStateUpdateImpl(ScopeStateUpdate 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.

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.