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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the c1first attribute.Sets the value of the c1last attribute.Sets the value of the c2first attribute.Sets the value of the c2last attribute.Sets the value of the c3first attribute.Sets the value of the c3last attribute.description(String aValue) Sets the value of the description attribute.Sets the value of the footer attribute.Sets the value of the header attribute.Sets the value of the layout attribute.localizations(List<String> aValue) Sets the value of the localizations attribute.mediaLinks(List<String> aValue) Sets the value of the mediaLinks attribute.Sets the value of the meta attribute.Sets the value of the name attribute.Sets the value of the scripts attribute.Sets the value of the site attribute.
-
Field Details
-
name
-
mediaLinks
-
scripts
-
c1first
-
c2first
-
c3first
-
c1last
-
c2last
-
c3last
-
meta
-
header
-
localizations
-
description
-
layout
-
site
-
-
Constructor Details
-
PageTemplateBuilder
public PageTemplateBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
mediaLinks
Sets the value of the mediaLinks attribute. -
scripts
Sets the value of the scripts attribute. -
c1first
Sets the value of the c1first attribute. -
c2first
Sets the value of the c2first attribute. -
c3first
Sets the value of the c3first attribute. -
c1last
Sets the value of the c1last attribute. -
c2last
Sets the value of the c2last attribute. -
c3last
Sets the value of the c3last attribute. -
meta
Sets the value of the meta attribute. -
header
Sets the value of the header attribute. -
localizations
Sets the value of the localizations attribute. -
description
Sets the value of the description attribute. -
layout
Sets the value of the layout attribute. -
site
Sets the value of the site attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<PageTemplate>
-