Class PageStyleBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.aslayoutdata.data.PageStyleBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcssprotected java.lang.Stringdescriptionprotected java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description PageStyleBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageStylebuild()PageStyleBuildercss(java.lang.String aValue)Sets the value of the css attribute.PageStyleBuilderdescription(java.lang.String aValue)Sets the value of the description attribute.PageStyleBuildername(java.lang.String aValue)Sets the value of the name attribute.
-
-
-
Method Detail
-
name
public PageStyleBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
css
public PageStyleBuilder css(java.lang.String aValue)
Sets the value of the css attribute.
-
description
public PageStyleBuilder description(java.lang.String aValue)
Sets the value of the description attribute.
-
-