Class FlowState
- java.lang.Object
-
- org.exoplatform.cs.service.tickets.FlowState
-
- All Implemented Interfaces:
Serializable
public class FlowState extends Object implements Serializable
Created by IntelliJ IDEA. User: ali Date: 28/12/16 Time: 15:16- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FlowState()FlowState(String state, List<FlowStateSuccessor> successors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getReason()StringgetRole()StringgetState()List<FlowStateSuccessor>getSuccessors()voidsetReason(List<String> reason)voidsetRole(String role)voidsetState(String state)voidsetSuccessors(List<FlowStateSuccessor> successors)
-
-
-
Constructor Detail
-
FlowState
public FlowState()
-
FlowState
public FlowState(String state, List<FlowStateSuccessor> successors)
-
-
Method Detail
-
getState
public String getState()
-
setState
public void setState(String state)
-
getRole
public String getRole()
-
setRole
public void setRole(String role)
-
getSuccessors
public List<FlowStateSuccessor> getSuccessors()
-
setSuccessors
public void setSuccessors(List<FlowStateSuccessor> successors)
-
-