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

java.lang.Object
  extended by org.ow2.orchestra.facade.runtime.impl.ScopeStateUpdateImpl
All Implemented Interfaces:
java.io.Serializable, CopyAble<ScopeStateUpdate>, ScopeStateUpdate, ScopeUpdate

public class ScopeStateUpdateImpl
extends java.lang.Object
implements ScopeStateUpdate

Author:
S. Ali Tokmen
See Also:
Serialized Form

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

Constructor Detail

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 java.util.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

copy

public ScopeStateUpdate copy()
Specified by:
copy in interface CopyAble<ScopeStateUpdate>


Copyright © 2009 OW2 Consortium. All Rights Reserved.