public class EntryPointBuilder extends java.lang.Object implements net.anotheria.asg.data.Builder<EntryPoint>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
defaultEntry |
protected java.util.List<java.lang.String> |
domains |
protected java.lang.String |
name |
protected java.lang.String |
startPage |
protected java.lang.String |
startSite |
protected int |
type |
| Constructor and Description |
|---|
EntryPointBuilder() |
| Modifier and Type | Method and Description |
|---|---|
EntryPoint |
build() |
EntryPointBuilder |
defaultEntry(boolean aValue)
Sets the value of the defaultEntry attribute.
|
EntryPointBuilder |
domains(java.util.List<java.lang.String> aValue)
Sets the value of the domains attribute.
|
EntryPointBuilder |
name(java.lang.String aValue)
Sets the value of the name attribute.
|
EntryPointBuilder |
startPage(java.lang.String aValue)
Sets the value of the startPage attribute.
|
EntryPointBuilder |
startSite(java.lang.String aValue)
Sets the value of the startSite attribute.
|
EntryPointBuilder |
type(int aValue)
Sets the value of the type attribute.
|
protected java.lang.String name
protected int type
protected boolean defaultEntry
protected java.util.List<java.lang.String> domains
protected java.lang.String startPage
protected java.lang.String startSite
public EntryPointBuilder name(java.lang.String aValue)
public EntryPointBuilder type(int aValue)
public EntryPointBuilder defaultEntry(boolean aValue)
public EntryPointBuilder domains(java.util.List<java.lang.String> aValue)
public EntryPointBuilder startPage(java.lang.String aValue)
public EntryPointBuilder startSite(java.lang.String aValue)
public EntryPoint build()
build in interface net.anotheria.asg.data.Builder<EntryPoint>Copyright © 2012-2023 anotheria.net. All Rights Reserved.