Uses of Class
net.anotheria.anosite.gen.assitedata.data.EntryPointBuilder
-
Packages that use EntryPointBuilder Package Description net.anotheria.anosite.gen.assitedata.data -
-
Uses of EntryPointBuilder in net.anotheria.anosite.gen.assitedata.data
Methods in net.anotheria.anosite.gen.assitedata.data that return EntryPointBuilder Modifier and Type Method Description EntryPointBuilderEntryPointBuilder. defaultEntry(boolean aValue)Sets the value of the defaultEntry attribute.EntryPointBuilderEntryPointBuilder. domains(java.util.List<java.lang.String> aValue)Sets the value of the domains attribute.EntryPointBuilderEntryPointBuilder. name(java.lang.String aValue)Sets the value of the name attribute.EntryPointBuilderEntryPointBuilder. startPage(java.lang.String aValue)Sets the value of the startPage attribute.EntryPointBuilderEntryPointBuilder. startSite(java.lang.String aValue)Sets the value of the startSite attribute.EntryPointBuilderEntryPointBuilder. type(int aValue)Sets the value of the type attribute.
-