Class EntryPointBuilder
java.lang.Object
net.anotheria.anosite.gen.assitedata.data.EntryPointBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<EntryPoint>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()defaultEntry(boolean aValue) Sets the value of the defaultEntry attribute.Sets the value of the domains attribute.Sets the value of the name attribute.Sets the value of the startPage attribute.Sets the value of the startSite attribute.type(int aValue) Sets the value of the type attribute.
-
Field Details
-
name
-
type
protected int type -
defaultEntry
protected boolean defaultEntry -
domains
-
startPage
-
startSite
-
-
Constructor Details
-
EntryPointBuilder
public EntryPointBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
type
Sets the value of the type attribute. -
defaultEntry
Sets the value of the defaultEntry attribute. -
domains
Sets the value of the domains attribute. -
startPage
Sets the value of the startPage attribute. -
startSite
Sets the value of the startSite attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<EntryPoint>
-