org.ow2.orchestra.facade.runtime.impl
Class CorrelationSetInitializationImpl
java.lang.Object
org.ow2.orchestra.facade.runtime.impl.CorrelationSetInitializationImpl
- All Implemented Interfaces:
- java.io.Serializable, CopyAble<CorrelationSetInitialization>, CorrelationSetInitialization, ScopeUpdate
public class CorrelationSetInitializationImpl
- extends java.lang.Object
- implements CorrelationSetInitialization
- Author:
- Gael Lalire
- See Also:
- Serialized Form
Field Summary |
protected java.util.Map<javax.xml.namespace.QName,org.w3c.dom.Node> |
propertyValues
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyValues
protected java.util.Map<javax.xml.namespace.QName,org.w3c.dom.Node> propertyValues
CorrelationSetInitializationImpl
public CorrelationSetInitializationImpl(CorrelationSetInitialization record)
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.
getName
public java.lang.String getName()
- Specified by:
getName
in interface CorrelationSetInitialization
- Returns:
- the variable name.
getPropertyValues
public java.util.Map<javax.xml.namespace.QName,org.w3c.dom.Node> getPropertyValues()
- Specified by:
getPropertyValues
in interface CorrelationSetInitialization
copy
public CorrelationSetInitialization copy()
- Specified by:
copy
in interface CopyAble<CorrelationSetInitialization>
Copyright © 2009 OW2 Consortium. All Rights Reserved.