Class PageLayoutBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.aslayoutdata.data.PageLayoutBuilder
-
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<PageLayout>
public class PageLayoutBuilder extends Object implements net.anotheria.asg.data.Builder<PageLayout>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected Stringlayoutpageprotected Stringnameprotected Stringstyle
-
Constructor Summary
Constructors Constructor Description PageLayoutBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageLayoutbuild()PageLayoutBuilderdescription(String aValue)Sets the value of the description attribute.PageLayoutBuilderlayoutpage(String aValue)Sets the value of the layoutpage attribute.PageLayoutBuildername(String aValue)Sets the value of the name attribute.PageLayoutBuilderstyle(String aValue)Sets the value of the style attribute.
-
-
-
Method Detail
-
name
public PageLayoutBuilder name(String aValue)
Sets the value of the name attribute.
-
layoutpage
public PageLayoutBuilder layoutpage(String aValue)
Sets the value of the layoutpage attribute.
-
description
public PageLayoutBuilder description(String aValue)
Sets the value of the description attribute.
-
style
public PageLayoutBuilder style(String aValue)
Sets the value of the style attribute.
-
build
public PageLayout build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<PageLayout>
-
-