Class ContextValue

java.lang.Object
com.broadleafcommerce.workflow.domain.ContextValue

public class ContextValue extends Object
A single key/value pair passed to the workflow execution during the WorkflowEndpoint#start(ContextInfo, String, Map) call.
  • Constructor Details

    • ContextValue

      public ContextValue()
    • ContextValue

      public ContextValue(String contextName, String contextValue)
  • Method Details

    • getContextName

      public String getContextName()
      The parameter key
    • getContextValue

      public String getContextValue()
      The parameter value
    • setContextName

      public void setContextName(String contextName)
      The parameter key
    • setContextValue

      public void setContextValue(String contextValue)
      The parameter value
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object