|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cagrid.grape.model.Menu
public class Menu
| Constructor Summary | |
|---|---|
Menu()
|
|
Menu(Components components,
java.lang.String description,
java.lang.String icon,
java.lang.Boolean showIcons,
Submenus submenus,
java.lang.String title)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Components |
getComponents()
Gets the components value for this Menu. |
java.lang.String |
getDescription()
Gets the description value for this Menu. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getIcon()
Gets the icon value for this Menu. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.Boolean |
getShowIcons()
Gets the showIcons value for this Menu. |
Submenus |
getSubmenus()
Gets the submenus value for this Menu. |
java.lang.String |
getTitle()
Gets the title value for this Menu. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setComponents(Components components)
Sets the components value for this Menu. |
void |
setDescription(java.lang.String description)
Sets the description value for this Menu. |
void |
setIcon(java.lang.String icon)
Sets the icon value for this Menu. |
void |
setShowIcons(java.lang.Boolean showIcons)
Sets the showIcons value for this Menu. |
void |
setSubmenus(Submenus submenus)
Sets the submenus value for this Menu. |
void |
setTitle(java.lang.String title)
Sets the title value for this Menu. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Menu()
public Menu(Components components,
java.lang.String description,
java.lang.String icon,
java.lang.Boolean showIcons,
Submenus submenus,
java.lang.String title)
| Method Detail |
|---|
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.String getIcon()
public void setIcon(java.lang.String icon)
icon - public java.lang.Boolean getShowIcons()
public void setShowIcons(java.lang.Boolean showIcons)
showIcons - public Submenus getSubmenus()
public void setSubmenus(Submenus submenus)
submenus - public Components getComponents()
public void setComponents(Components components)
components - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||