com.ebmwebsourcing.bpmndiagram.business.domain.to
Class Flow
java.lang.Object
com.ebmwebsourcing.bpmndiagram.business.domain.to.Flow
- All Implemented Interfaces:
- java.io.Serializable
public class Flow
- extends java.lang.Object
- implements java.io.Serializable
This class is used to get all public informations about an user
This class shouldn't be persisted
- Author:
- mcarpentier
- See Also:
- Serialized Form
|
Constructor Summary |
Flow()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Flow
public Flow()
getName
public java.lang.String getName()
getId
public java.lang.String getId()
getSourceService
public FlowNode getSourceService()
getTargetService
public FlowNode getTargetService()
getFlowType
public Constants.BPMNObjectType getFlowType()
setName
public void setName(java.lang.String name)
setId
public void setId(java.lang.String id)
setSourceService
public void setSourceService(FlowNode sourceService)
setTargetService
public void setTargetService(FlowNode targetService)
setFlowType
public void setFlowType(Constants.BPMNObjectType flowType)
Copyright © 2010 eBM WebSourcing. All Rights Reserved.