Class PageStyleBuilder
java.lang.Object
net.anotheria.anosite.gen.aslayoutdata.data.PageStyleBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<PageStyle>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the css attribute.description(String aValue) Sets the value of the description attribute.Sets the value of the name attribute.
-
Field Details
-
name
-
css
-
description
-
-
Constructor Details
-
PageStyleBuilder
public PageStyleBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
css
Sets the value of the css attribute. -
description
Sets the value of the description attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<PageStyle>
-