Class MenuItemType

java.lang.Object
org.broadleafcommerce.menu.type.MenuItemType
All Implemented Interfaces:
Serializable, org.broadleafcommerce.common.BroadleafEnumerationType

public class MenuItemType extends Object implements org.broadleafcommerce.common.BroadleafEnumerationType, Serializable
Menu Item Types
Author:
bpolster
See Also:
  • Field Details

  • Constructor Details

    • MenuItemType

      public MenuItemType()
    • MenuItemType

      public MenuItemType(String type, String friendlyType)
  • Method Details

    • getInstance

      public static MenuItemType getInstance(String type)
    • getType

      public String getType()
      Specified by:
      getType in interface org.broadleafcommerce.common.BroadleafEnumerationType
    • getFriendlyType

      public String getFriendlyType()
      Specified by:
      getFriendlyType in interface org.broadleafcommerce.common.BroadleafEnumerationType
    • setType

      protected void setType(String type)
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object