Class Menu

  • All Implemented Interfaces:
    IMenu

    public class Menu
    extends java.lang.Object
    implements IMenu
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAction()  
      java.lang.String getId()  
      java.lang.String getName()  
      java.util.List<IMenu> getSubMenu()  
      boolean isUrl()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface IMenu
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface IMenu
      • getAction

        public java.lang.String getAction()
        Specified by:
        getAction in interface IMenu
      • isUrl

        public boolean isUrl()
        Specified by:
        isUrl in interface IMenu
      • getSubMenu

        public java.util.List<IMenu> getSubMenu()
        Specified by:
        getSubMenu in interface IMenu