com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation
Class InfoImpl

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.InfoImpl
All Implemented Interfaces:
Info

public class InfoImpl
extends java.lang.Object
implements Info


Constructor Summary
InfoImpl(BPELElement elmt, java.lang.String info)
           
 
Method Summary
 BPELElement getElement()
           
 java.lang.String getInfo()
           
 void setElement(BPELElement elmt)
           
 void setInfo(java.lang.String info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoImpl

public InfoImpl(BPELElement elmt,
                java.lang.String info)
Method Detail

getElement

public BPELElement getElement()
Specified by:
getElement in interface Info

setElement

public void setElement(BPELElement elmt)
Specified by:
setElement in interface Info

getInfo

public java.lang.String getInfo()
Specified by:
getInfo in interface Info

setInfo

public void setInfo(java.lang.String info)
Specified by:
setInfo in interface Info


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.