com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.activity
Class ReceiveTaskBean

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.foundation.GraphicElementBean
              extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.common.FlowElementBean
                  extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.common.FlowNodeBean
                      extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.activity.ActivityBean
                          extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.activity.TaskBean
                              extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.activity.ReceiveTaskBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class ReceiveTaskBean
extends TaskBean


Constructor Summary
ReceiveTaskBean()
           
ReceiveTaskBean(java.lang.String id)
           
 
Method Summary
 MessageBean getMessage()
           
 OperationBean getOperation()
           
 boolean isInstanciate()
           
 void setInstanciate(boolean instanciate)
           
 void setMessage(MessageBean message)
           
 void setOperation(OperationBean operation)
           
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.activity.TaskBean
getTaskType, setTaskType
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.activity.ActivityBean
addDataInputAssociation, addDataOutputAssociation, getDataInputAssociations, getDataOutputAssociations, setDataInputAssociations, setDataOutputAssociations
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.common.FlowElementBean
getName, setName
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.GraphicElementBean
getWidth, getX_left, getX_right, getY_left, getY_right, setPosition, setX_left, setX_right, setY_left, setY_right
 
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

ReceiveTaskBean

public ReceiveTaskBean(java.lang.String id)

ReceiveTaskBean

public ReceiveTaskBean()
Method Detail

isInstanciate

public boolean isInstanciate()

setInstanciate

public void setInstanciate(boolean instanciate)

getMessage

public MessageBean getMessage()

setMessage

public void setMessage(MessageBean message)

getOperation

public OperationBean getOperation()

setOperation

public void setOperation(OperationBean operation)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.