Class PageTemplateBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.data.PageTemplateBuilder
-
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<PageTemplate>
public class PageTemplateBuilder extends Object implements net.anotheria.asg.data.Builder<PageTemplate>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>c1firstprotected List<String>c1lastprotected List<String>c2firstprotected List<String>c2lastprotected List<String>c3firstprotected List<String>c3lastprotected Stringdescriptionprotected List<String>footerprotected List<String>headerprotected Stringlayoutprotected List<String>localizationsprotected List<String>mediaLinksprotected List<String>metaprotected Stringnameprotected List<String>scriptsprotected Stringsite
-
Constructor Summary
Constructors Constructor Description PageTemplateBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PageTemplatebuild()PageTemplateBuilderc1first(List<String> aValue)Sets the value of the c1first attribute.PageTemplateBuilderc1last(List<String> aValue)Sets the value of the c1last attribute.PageTemplateBuilderc2first(List<String> aValue)Sets the value of the c2first attribute.PageTemplateBuilderc2last(List<String> aValue)Sets the value of the c2last attribute.PageTemplateBuilderc3first(List<String> aValue)Sets the value of the c3first attribute.PageTemplateBuilderc3last(List<String> aValue)Sets the value of the c3last attribute.PageTemplateBuilderdescription(String aValue)Sets the value of the description attribute.PageTemplateBuilderfooter(List<String> aValue)Sets the value of the footer attribute.PageTemplateBuilderheader(List<String> aValue)Sets the value of the header attribute.PageTemplateBuilderlayout(String aValue)Sets the value of the layout attribute.PageTemplateBuilderlocalizations(List<String> aValue)Sets the value of the localizations attribute.PageTemplateBuildermediaLinks(List<String> aValue)Sets the value of the mediaLinks attribute.PageTemplateBuildermeta(List<String> aValue)Sets the value of the meta attribute.PageTemplateBuildername(String aValue)Sets the value of the name attribute.PageTemplateBuilderscripts(List<String> aValue)Sets the value of the scripts attribute.PageTemplateBuildersite(String aValue)Sets the value of the site attribute.
-
-
-
Method Detail
-
name
public PageTemplateBuilder name(String aValue)
Sets the value of the name attribute.
-
mediaLinks
public PageTemplateBuilder mediaLinks(List<String> aValue)
Sets the value of the mediaLinks attribute.
-
scripts
public PageTemplateBuilder scripts(List<String> aValue)
Sets the value of the scripts attribute.
-
c1first
public PageTemplateBuilder c1first(List<String> aValue)
Sets the value of the c1first attribute.
-
c2first
public PageTemplateBuilder c2first(List<String> aValue)
Sets the value of the c2first attribute.
-
c3first
public PageTemplateBuilder c3first(List<String> aValue)
Sets the value of the c3first attribute.
-
c1last
public PageTemplateBuilder c1last(List<String> aValue)
Sets the value of the c1last attribute.
-
c2last
public PageTemplateBuilder c2last(List<String> aValue)
Sets the value of the c2last attribute.
-
c3last
public PageTemplateBuilder c3last(List<String> aValue)
Sets the value of the c3last attribute.
-
meta
public PageTemplateBuilder meta(List<String> aValue)
Sets the value of the meta attribute.
-
header
public PageTemplateBuilder header(List<String> aValue)
Sets the value of the header attribute.
-
footer
public PageTemplateBuilder footer(List<String> aValue)
Sets the value of the footer attribute.
-
localizations
public PageTemplateBuilder localizations(List<String> aValue)
Sets the value of the localizations attribute.
-
description
public PageTemplateBuilder description(String aValue)
Sets the value of the description attribute.
-
layout
public PageTemplateBuilder layout(String aValue)
Sets the value of the layout attribute.
-
site
public PageTemplateBuilder site(String aValue)
Sets the value of the site attribute.
-
build
public PageTemplate build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<PageTemplate>
-
-