Class BpmnVariableEntry

java.lang.Object
ru.cg.webbpm.modules.bpmn.beans.variable.BpmnVariableEntry

public class BpmnVariableEntry extends Object
Author:
m.popov
  • Constructor Details

    • BpmnVariableEntry

      public BpmnVariableEntry(String variable, Restriction restriction)
    • BpmnVariableEntry

      public BpmnVariableEntry(String variable)
    • BpmnVariableEntry

      public BpmnVariableEntry()
  • Method Details

    • getVariable

      public String getVariable()
    • setVariable

      public void setVariable(String variable)
    • getRestriction

      public Restriction getRestriction()
    • setRestriction

      public void setRestriction(Restriction restriction)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object