Class MenuItem

java.lang.Object
org.adempiere.webui.apps.MenuItem

public class MenuItem extends Object
Value object for AD_Menu.
Use by GlobalSearch and MenuSearchController.
Author:
hengsin
  • Constructor Details

    • MenuItem

      public MenuItem()
      default constructor
  • Method Details

    • getLabel

      public String getLabel()
      Returns:
      the label
    • setLabel

      public void setLabel(String label)
      Parameters:
      label - the label to set
    • getDescription

      public String getDescription()
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set
    • getImage

      public String getImage()
      Returns:
      the image
    • setImage

      public void setImage(String image)
      Parameters:
      image - the image to set
    • setData

      public void setData(Object data)
    • getData

      public Object getData()
    • getType

      public String getType()
      Returns:
      the type
    • setType

      public void setType(String type)
      Parameters:
      type - the type to set
    • toString

      public String toString()
      Overrides:
      toString in class Object