@Entity public class RunningExecutionPlan extends AbstractIdentifiable
id| Constructor and Description |
|---|
RunningExecutionPlan() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getExecutionId() |
ExecutionPlan |
getExecutionPlan() |
byte[] |
getExecutionPlanZipped() |
String |
getFlowUUID() |
int |
hashCode() |
void |
setExecutionId(String executionId) |
void |
setExecutionPlan(ExecutionPlan executionPlan) |
void |
setExecutionPlanZipped(byte[] executionPlanZipped) |
void |
setFlowUUID(String flowUUID) |
void |
setId(Long id) |
getIdpublic byte[] getExecutionPlanZipped()
public void setExecutionPlanZipped(byte[] executionPlanZipped)
public ExecutionPlan getExecutionPlan()
public void setExecutionPlan(ExecutionPlan executionPlan)
public String getFlowUUID()
public void setFlowUUID(String flowUUID)
public String getExecutionId()
public void setExecutionId(String executionId)
public boolean equals(Object o)
equals in class AbstractIdentifiablepublic int hashCode()
hashCode in class AbstractIdentifiablepublic void setId(Long id)
Copyright © 2019. All rights reserved.