com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign
Class VariablePropertyImpl
java.lang.Object
com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign.VariablePropertyImpl
- All Implemented Interfaces:
- VariableProperty
public class VariablePropertyImpl
- extends java.lang.Object
- implements VariableProperty
- Author:
- Nicolas Salatge - eBM WebSourcing
|
Constructor Summary |
VariablePropertyImpl(java.lang.String variable,
javax.xml.namespace.QName property)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariablePropertyImpl
public VariablePropertyImpl(java.lang.String variable,
javax.xml.namespace.QName property)
getVariable
public java.lang.String getVariable()
- Specified by:
getVariable in interface VariableProperty
setVariable
public void setVariable(java.lang.String name)
- Specified by:
setVariable in interface VariableProperty
getProperty
public javax.xml.namespace.QName getProperty()
- Specified by:
getProperty in interface VariableProperty
setProperty
public void setProperty(javax.xml.namespace.QName name)
- Specified by:
setProperty in interface VariableProperty
Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.