Class PageAliasBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.data.PageAliasBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringnameprotected Stringparametersprotected List<String>pathesprotected StringtargetPageprotected inttype
-
Constructor Summary
Constructors Constructor Description PageAliasBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageAliasbuild()PageAliasBuildername(String aValue)Sets the value of the name attribute.PageAliasBuilderparameters(String aValue)Sets the value of the parameters attribute.PageAliasBuilderpathes(List<String> aValue)Sets the value of the pathes attribute.PageAliasBuildertargetPage(String aValue)Sets the value of the targetPage attribute.PageAliasBuildertype(int aValue)Sets the value of the type attribute.
-
-
-
Method Detail
-
name
public PageAliasBuilder name(String aValue)
Sets the value of the name attribute.
-
parameters
public PageAliasBuilder parameters(String aValue)
Sets the value of the parameters attribute.
-
type
public PageAliasBuilder type(int aValue)
Sets the value of the type attribute.
-
pathes
public PageAliasBuilder pathes(List<String> aValue)
Sets the value of the pathes attribute.
-
targetPage
public PageAliasBuilder targetPage(String aValue)
Sets the value of the targetPage attribute.
-
-