org.activiti.engine.impl.pvm.process
类 ParticipantProcess
java.lang.Object
org.activiti.engine.impl.pvm.process.ParticipantProcess
- 所有已实现的接口:
- Serializable, HasDIBounds
public class ParticipantProcess
- extends Object
- implements HasDIBounds, Serializable
Object indicating that a ProcessDefinitionImpl
is a participant in a collaboration (pool).
Currently only used to store graphical information and the pool name.
- 作者:
- Frederik Heremans
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
name
protected String name
x
protected int x
y
protected int y
width
protected int width
height
protected int height
ParticipantProcess
public ParticipantProcess()
setId
public void setId(String id)
getId
public String getId()
getName
public String getName()
setName
public void setName(String name)
getX
public int getX()
- 指定者:
- 接口
HasDIBounds
中的 getX
setX
public void setX(int x)
- 指定者:
- 接口
HasDIBounds
中的 setX
getY
public int getY()
- 指定者:
- 接口
HasDIBounds
中的 getY
setY
public void setY(int y)
- 指定者:
- 接口
HasDIBounds
中的 setY
getWidth
public int getWidth()
- 指定者:
- 接口
HasDIBounds
中的 getWidth
setWidth
public void setWidth(int width)
- 指定者:
- 接口
HasDIBounds
中的 setWidth
getHeight
public int getHeight()
- 指定者:
- 接口
HasDIBounds
中的 getHeight
setHeight
public void setHeight(int height)
- 指定者:
- 接口
HasDIBounds
中的 setHeight
Copyright © 2013 Alfresco. All rights reserved.