Class WorkflowDecisionInstance
- java.lang.Object
-
- com.hybris.backoffice.workflow.designer.pojo.WorkflowDecisionInstance
-
- All Implemented Interfaces:
WorkflowDecision,WorkflowEntity
public class WorkflowDecisionInstance extends java.lang.Object implements WorkflowDecision
Represents Workflow Decision of Workflow Instance
-
-
Constructor Summary
Constructors Constructor Description WorkflowDecisionInstance(WorkflowDecisionModel workflowDecisionModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)WorkflowDecisionModelgetModel()inthashCode()
-
-
-
Constructor Detail
-
WorkflowDecisionInstance
public WorkflowDecisionInstance(WorkflowDecisionModel workflowDecisionModel)
-
-
Method Detail
-
getModel
public WorkflowDecisionModel getModel()
- Specified by:
getModelin interfaceWorkflowDecision- Specified by:
getModelin interfaceWorkflowEntity- Returns:
- model of
WorkflowDecision
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-