Class CustomContentFieldOption

java.lang.Object
com.broadleafcommerce.content.domain.CustomContentFieldOption
All Implemented Interfaces:
Serializable

public class CustomContentFieldOption extends Object implements Serializable
See Also:
  • Constructor Details

    • CustomContentFieldOption

      public CustomContentFieldOption()
  • Method Details

    • getValue

      public String getValue()
      The value of the option. This is what is stored in the database.
    • getLabel

      public String getLabel()
      The label of the option. This is what is displayed to the user.
    • getDisplayOrder

      public Integer getDisplayOrder()
      The display order of this field in relation to other fields.
    • setValue

      public void setValue(String value)
      The value of the option. This is what is stored in the database.
    • setLabel

      public void setLabel(String label)
      The label of the option. This is what is displayed to the user.
    • setDisplayOrder

      public void setDisplayOrder(Integer displayOrder)
      The display order of this field in relation to other fields.
    • 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