Class NaviItemBuilder

java.lang.Object
net.anotheria.anosite.gen.assitedata.data.NaviItemBuilder
All Implemented Interfaces:
net.anotheria.asg.data.Builder<NaviItem>

public class NaviItemBuilder extends Object implements net.anotheria.asg.data.Builder<NaviItem>
  • Field Details

    • name

      protected String name
    • title

      protected String title
    • icon

      protected String icon
    • className

      protected String className
    • guards

      protected List<String> guards
    • pageAlias

      protected String pageAlias
    • accessOperation

      protected String accessOperation
  • Constructor Details

    • NaviItemBuilder

      public NaviItemBuilder()
  • Method Details