java.lang.Object
com.broadleafcommerce.catalog.provider.jpa.domain.product.option.JpaAttributeChoiceValue
All Implemented Interfaces:
com.broadleafcommerce.translation.mapping.SubIdentifiable, Serializable

public class JpaAttributeChoiceValue extends Object implements Serializable, com.broadleafcommerce.translation.mapping.SubIdentifiable
Persistent counterpart to AttributeChoiceValue
Author:
Phillip Verheyden (phillipuniverse)
See Also:
  • Constructor Details

    • JpaAttributeChoiceValue

      public JpaAttributeChoiceValue()
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface com.broadleafcommerce.translation.mapping.SubIdentifiable
      See Also:
      • SubIdentifiable.getId()
    • getValue

      public String getValue()
    • getLabel

      public String getLabel()
    • getDisplayOrder

      public Integer getDisplayOrder()
    • setId

      public void setId(String id)
      Specified by:
      setId in interface com.broadleafcommerce.translation.mapping.SubIdentifiable
      See Also:
      • SubIdentifiable.getId()
    • setValue

      public void setValue(String value)
    • setLabel

      public void setLabel(String label)
    • setDisplayOrder

      public void setDisplayOrder(Integer displayOrder)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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