com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.data
Class AssignementBean

java.lang.Object
  extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
      extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BaseElementBean
          extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.data.AssignementBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class AssignementBean
extends BaseElementBean


Constructor Summary
AssignementBean()
           
AssignementBean(java.lang.String id)
           
 
Method Summary
 ExpressionBean getFrom()
           
 java.lang.String getLanguage()
           
 ExpressionBean getTo()
           
 void setFrom(ExpressionBean from)
           
 void setLanguage(java.lang.String language)
           
 void setTo(ExpressionBean to)
           
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BaseElementBean
getId, setId
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
getDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignementBean

public AssignementBean(java.lang.String id)

AssignementBean

public AssignementBean()
Method Detail

getLanguage

public java.lang.String getLanguage()

setLanguage

public void setLanguage(java.lang.String language)

getTo

public ExpressionBean getTo()

setTo

public void setTo(ExpressionBean to)

getFrom

public ExpressionBean getFrom()

setFrom

public void setFrom(ExpressionBean from)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.