public class ProcessAction
extends Object
| Constructor and Description |
|---|
ProcessAction() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getFilterCond()
The branch criteria of the action.
|
String |
getFrom()
The status before taking action.
|
String |
getName()
The Action name.
|
String |
getTo()
The status after taking action.
|
int |
hashCode() |
ProcessAction |
setFilterCond(String filterCond)
The branch criteria of the action.
|
ProcessAction |
setFrom(String from)
The status before taking action.
|
ProcessAction |
setName(String name)
The Action name.
|
ProcessAction |
setTo(String to)
The status after taking action.
|
String |
toString() |
public String getName()
public String getFrom()
public String getTo()
public String getFilterCond()
public ProcessAction setName(String name)
this.public ProcessAction setFrom(String from)
this.public ProcessAction setTo(String to)
this.public ProcessAction setFilterCond(String filterCond)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object