org.cagrid.grape.model
Class Menu

java.lang.Object
  extended by org.cagrid.grape.model.Menu
All Implemented Interfaces:
java.io.Serializable

public class Menu
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

Menu

public Menu()

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

getTitle

public java.lang.String getTitle()
Gets the title value for this Menu.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this Menu.

Parameters:
title -

getDescription

public java.lang.String getDescription()
Gets the description value for this Menu.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this Menu.

Parameters:
description -

getIcon

public java.lang.String getIcon()
Gets the icon value for this Menu.

Returns:
icon

setIcon

public void setIcon(java.lang.String icon)
Sets the icon value for this Menu.

Parameters:
icon -

getShowIcons

public java.lang.Boolean getShowIcons()
Gets the showIcons value for this Menu.

Returns:
showIcons

setShowIcons

public void setShowIcons(java.lang.Boolean showIcons)
Sets the showIcons value for this Menu.

Parameters:
showIcons -

getSubmenus

public Submenus getSubmenus()
Gets the submenus value for this Menu.

Returns:
submenus

setSubmenus

public void setSubmenus(Submenus submenus)
Sets the submenus value for this Menu.

Parameters:
submenus -

getComponents

public Components getComponents()
Gets the components value for this Menu.

Returns:
components

setComponents

public void setComponents(Components components)
Sets the components value for this Menu.

Parameters:
components -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer