Class EntryPointBuilder

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

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

    • name

      protected String name
    • type

      protected int type
    • defaultEntry

      protected boolean defaultEntry
    • domains

      protected List<String> domains
    • startPage

      protected String startPage
    • startSite

      protected String startSite
  • Constructor Details

    • EntryPointBuilder

      public EntryPointBuilder()
  • Method Details