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>
-
-
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(List<String> aValue)Sets the value of the domains attribute.EntryPointBuildername(String aValue)Sets the value of the name attribute.EntryPointBuilderstartPage(String aValue)Sets the value of the startPage attribute.EntryPointBuilderstartSite(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(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(List<String> aValue)
Sets the value of the domains attribute.
-
startPage
public EntryPointBuilder startPage(String aValue)
Sets the value of the startPage attribute.
-
startSite
public EntryPointBuilder startSite(String aValue)
Sets the value of the startSite attribute.
-
build
public EntryPoint build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<EntryPoint>
-
-