Class AdminPageNavEntry

  • All Implemented Interfaces:
    PageNavEntry

    public class AdminPageNavEntry
    extends java.lang.Object
    implements PageNavEntry
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      getName
      java.lang.String getUrl()
      getUrl
      • Methods inherited from class java.lang.Object

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

      • AdminPageNavEntry

        public AdminPageNavEntry()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: PageNavEntry

        getName

        Specified by:
        getName in interface PageNavEntry
        Returns:
        a String object.
      • getUrl

        public java.lang.String getUrl()
        Description copied from interface: PageNavEntry

        getUrl

        Specified by:
        getUrl in interface PageNavEntry
        Returns:
        a String object.