com.ebmwebsourcing.easybpel.model.bpel.impl.activity.element.elements4assign
Class VariablePartImpl

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getPart()
           
 Query getQuery()
           
 javax.xml.namespace.QName getVariable()
           
 void setPart(java.lang.String part)
           
 void setQuery(Query q)
           
 void setVariable(javax.xml.namespace.QName name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariablePartImpl

public VariablePartImpl(javax.xml.namespace.QName variable,
                        java.lang.String part,
                        Query query)
Method Detail

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.