public class ProcessState<P extends Process,B,T,F> extends Object implements Serializable
Constructor and Description |
---|
ProcessState(P process) |
Modifier and Type | Method and Description |
---|---|
B |
getBatch() |
Exception |
getException() |
P |
getProcess() |
F |
getProperty() |
Map<String,Serializable> |
getPropertyAttributes() |
String |
getPropertyName() |
T |
getTuple() |
void |
setBatch(B batch) |
void |
setException(Exception exception) |
void |
setProcess(P process) |
void |
setProperty(String propertyName,
F property) |
void |
setPropertyAttributes(Map<String,Serializable> propertyAttributes) |
void |
setPropertyName(String propertyName) |
void |
setTuple(T tuple) |
public ProcessState(P process)
public P getProcess()
public void setProcess(P process)
public B getBatch()
public void setBatch(B batch)
public T getTuple()
public void setTuple(T tuple)
public F getProperty()
public String getPropertyName()
public void setPropertyName(String propertyName)
public Map<String,Serializable> getPropertyAttributes()
public void setPropertyAttributes(Map<String,Serializable> propertyAttributes)
public Exception getException()
public void setException(Exception exception)
Copyright © 2018. All rights reserved.