Class BreakpointRepresentation


  • public final class BreakpointRepresentation
    extends AbstractRepresentation
    REST representation of the breakpoint
    Author:
    martin.grofcik
    • Field Detail

      • activityId

        protected String activityId
      • processDefinitionId

        protected String processDefinitionId
    • Constructor Detail

      • BreakpointRepresentation

        public BreakpointRepresentation​(String processDefinitionId,
                                        String activityId)
      • BreakpointRepresentation

        public BreakpointRepresentation()
    • Method Detail

      • getActivityId

        public String getActivityId()
      • setActivityId

        public void setActivityId​(String activityId)
      • getProcessDefinitionId

        public String getProcessDefinitionId()
      • setProcessDefinitionId

        public void setProcessDefinitionId​(String processDefinitionId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object