Class PageAliasBuilder
java.lang.Object
net.anotheria.anosite.gen.assitedata.data.PageAliasBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<PageAlias>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the name attribute.parameters(String aValue) Sets the value of the parameters attribute.Sets the value of the pathes attribute.targetPage(String aValue) Sets the value of the targetPage attribute.type(int aValue) Sets the value of the type attribute.
-
Field Details
-
name
-
parameters
-
type
protected int type -
pathes
-
targetPage
-
-
Constructor Details
-
PageAliasBuilder
public PageAliasBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
parameters
Sets the value of the parameters attribute. -
type
Sets the value of the type attribute. -
pathes
Sets the value of the pathes attribute. -
targetPage
Sets the value of the targetPage attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<PageAlias>
-