public class PageLayoutBuilder extends java.lang.Object implements net.anotheria.asg.data.Builder<PageLayout>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.lang.String |
layoutpage |
protected java.lang.String |
name |
protected java.lang.String |
style |
| Constructor and Description |
|---|
PageLayoutBuilder() |
| Modifier and Type | Method and Description |
|---|---|
PageLayout |
build() |
PageLayoutBuilder |
description(java.lang.String aValue)
Sets the value of the description attribute.
|
PageLayoutBuilder |
layoutpage(java.lang.String aValue)
Sets the value of the layoutpage attribute.
|
PageLayoutBuilder |
name(java.lang.String aValue)
Sets the value of the name attribute.
|
PageLayoutBuilder |
style(java.lang.String aValue)
Sets the value of the style attribute.
|
protected java.lang.String name
protected java.lang.String layoutpage
protected java.lang.String description
protected java.lang.String style
public PageLayoutBuilder name(java.lang.String aValue)
public PageLayoutBuilder layoutpage(java.lang.String aValue)
public PageLayoutBuilder description(java.lang.String aValue)
public PageLayoutBuilder style(java.lang.String aValue)
public PageLayout build()
build in interface net.anotheria.asg.data.Builder<PageLayout>Copyright © 2012-2023 anotheria.net. All Rights Reserved.