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