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 Object
getData()
String
getDescription()
String
getImage()
String
getLabel()
String
getType()
void
setData(Object data)
void
setDescription(String description)
void
setImage(String image)
void
setLabel(String label)
void
setType(String type)
String
toString()
-
-
-
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
-
-