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

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

public class WarningImpl
extends java.lang.Object
implements Warning


Constructor Summary
WarningImpl(BPELElement elmt, java.lang.String warn)
           
 
Method Summary
 BPELElement getElement()
           
 java.lang.String getWarning()
           
 void setElement(BPELElement elmt)
           
 void setWarning(java.lang.String warn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarningImpl

public WarningImpl(BPELElement elmt,
                   java.lang.String warn)
Method Detail

getElement

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

getWarning

public java.lang.String getWarning()
Specified by:
getWarning in interface Warning

setElement

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

setWarning

public void setWarning(java.lang.String warn)
Specified by:
setWarning in interface Warning


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