Package org.adempiere.webui.apps
Class MenuItem
- java.lang.Object
-
- org.adempiere.webui.apps.MenuItem
-
public class MenuItem extends Object
- Author:
- hengsin
-
-
Constructor Summary
Constructors Constructor Description MenuItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetData()StringgetDescription()StringgetImage()StringgetLabel()StringgetType()voidsetData(Object data)voidsetDescription(String description)voidsetImage(String image)voidsetLabel(String label)voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
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
-
-