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