java.lang.Object
com.broadleafcommerce.workflow.provider.jpa.domain.JpaContextValue
All Implemented Interfaces:
Serializable

@Entity public class JpaContextValue extends Object implements Serializable
See Also:
  • Constructor Details

    • JpaContextValue

      public JpaContextValue(String contextName, String contextValue, String contextValueType, D workflow)
    • JpaContextValue

      public JpaContextValue()
  • Method Details

    • getContextId

      public String getContextId()
    • getContextName

      public String getContextName()
    • getContextValue

      public String getContextValue()
    • getContextValueType

      public String getContextValueType()
    • getWorkflow

      public JpaWorkflow getWorkflow()
    • setContextId

      public void setContextId(String contextId)
    • setContextName

      public void setContextName(String contextName)
    • setContextValue

      public void setContextValue(String contextValue)
    • setContextValueType

      public void setContextValueType(String contextValueType)
    • setWorkflow

      public void setWorkflow(JpaWorkflow workflow)
    • 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