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