@Entity public class FlowTokenEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Long |
created |
protected String |
currentNode |
protected String |
flowInstanceId |
protected String |
id |
protected Integer |
isDead |
protected String |
sourceNode |
protected Long |
version |
| Constructor and Description |
|---|
FlowTokenEntity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreated() |
String |
getCurrentNode() |
String |
getFlowInstanceId() |
String |
getId() |
Integer |
getIsDead() |
String |
getSourceNode() |
Long |
getVersion() |
FlowTokenEntity |
withCreated(Long created) |
FlowTokenEntity |
withCurrentNode(String currentNode) |
FlowTokenEntity |
withFlowInstanceId(String flowInstanceId) |
FlowTokenEntity |
withId(String id) |
FlowTokenEntity |
withIsDead(Integer isDead) |
FlowTokenEntity |
withSourceNode(String sourceNode) |
FlowTokenEntity |
withVersion(Long version) |
protected String id
protected Long version
protected Long created
protected String currentNode
protected String flowInstanceId
protected Integer isDead
protected String sourceNode
public String getId()
public FlowTokenEntity withId(String id)
public Long getVersion()
public FlowTokenEntity withVersion(Long version)
public Long getCreated()
public FlowTokenEntity withCreated(Long created)
public String getCurrentNode()
public FlowTokenEntity withCurrentNode(String currentNode)
public String getFlowInstanceId()
public FlowTokenEntity withFlowInstanceId(String flowInstanceId)
public Integer getIsDead()
public FlowTokenEntity withIsDead(Integer isDead)
public String getSourceNode()
public FlowTokenEntity withSourceNode(String sourceNode)
Copyright © 2014. All rights reserved.