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 java.lang.Object implements net.anotheria.asg.data.Builder<EntryPoint>
-
-
Constructor Summary
Constructors Constructor Description EntryPointBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntryPointbuild()EntryPointBuilderdefaultEntry(boolean aValue)Sets the value of the defaultEntry attribute.EntryPointBuilderdomains(java.util.List<java.lang.String> aValue)Sets the value of the domains attribute.EntryPointBuildername(java.lang.String aValue)Sets the value of the name attribute.EntryPointBuilderstartPage(java.lang.String aValue)Sets the value of the startPage attribute.EntryPointBuilderstartSite(java.lang.String aValue)Sets the value of the startSite attribute.EntryPointBuildertype(int aValue)Sets the value of the type attribute.
-
-
-
Method Detail
-
name
public EntryPointBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
type
public EntryPointBuilder type(int aValue)
Sets the value of the type attribute.
-
defaultEntry
public EntryPointBuilder defaultEntry(boolean aValue)
Sets the value of the defaultEntry attribute.
-
domains
public EntryPointBuilder domains(java.util.List<java.lang.String> aValue)
Sets the value of the domains attribute.
-
startPage
public EntryPointBuilder startPage(java.lang.String aValue)
Sets the value of the startPage attribute.
-
startSite
public EntryPointBuilder startSite(java.lang.String aValue)
Sets the value of the startSite attribute.
-
build
public EntryPoint build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<EntryPoint>
-
-