public class ProcessAction
extends Object
| Constructor and Description |
|---|
ProcessAction() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ProcessExecutableUser |
getExecutableUser()
The executable users for SECONDARY type actions.
|
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.
|
ProcessActionType |
getType()
The type of the Action.
|
int |
hashCode() |
ProcessAction |
setExecutableUser(ProcessExecutableUser executableUser)
The executable users for SECONDARY type actions.
|
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.
|
ProcessAction |
setType(ProcessActionType type)
The type of the Action.
|
String |
toString() |
public String getName()
public String getFrom()
public String getTo()
public String getFilterCond()
public ProcessActionType getType()
public ProcessExecutableUser getExecutableUser()
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 ProcessAction setType(ProcessActionType type)
this.public ProcessAction setExecutableUser(ProcessExecutableUser executableUser)
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