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