@Entity public class BStepExecutionContext extends Object implements Serializable
Constructor and Description |
---|
BStepExecutionContext() |
BStepExecutionContext(BStepExecution stepExecution,
String shortContext) |
BStepExecutionContext(BStepExecution stepExecution,
String shortContext,
String serializedContext) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSerializedContext() |
String |
getShortContext() |
BStepExecution |
getStepExecution() |
Double |
getStepExecutionId() |
void |
setSerializedContext(String serializedContext) |
void |
setShortContext(String shortContext) |
void |
setStepExecution(BStepExecution stepExecution) |
void |
setStepExecutionId(Double stepExecutionId) |
String |
toString() |
public BStepExecutionContext()
public BStepExecutionContext(BStepExecution stepExecution, String shortContext)
public BStepExecutionContext(BStepExecution stepExecution, String shortContext, String serializedContext)
public Double getStepExecutionId()
public void setStepExecutionId(Double stepExecutionId)
public BStepExecution getStepExecution()
public void setStepExecution(BStepExecution stepExecution)
public String getShortContext()
public void setShortContext(String shortContext)
public String getSerializedContext()
public void setSerializedContext(String serializedContext)
Copyright © 2016. All rights reserved.