Class SiteBuilder
java.lang.Object
net.anotheria.anosite.gen.assitedata.data.SiteBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Site>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()description(String aValue) Sets the value of the description attribute.headerBackground(String aValue) Sets the value of the headerBackground attribute.Sets the value of the keywords attribute.languageselector(boolean aValue) Sets the value of the languageselector attribute.Sets the value of the mainNavi attribute.Sets the value of the name attribute.searchpage(String aValue) Sets the value of the searchpage attribute.Sets the value of the siteLogo attribute.Sets the value of the startpage attribute.Sets the value of the subtitle attribute.Sets the value of the title attribute.Sets the value of the topNavi attribute.
-
Field Details
-
name
-
title
-
keywords
-
description
-
subtitle
-
languageselector
protected boolean languageselector -
startpage
-
searchpage
-
headerBackground
-
siteLogo
-
-
Constructor Details
-
SiteBuilder
public SiteBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
title
Sets the value of the title attribute. -
keywords
Sets the value of the keywords attribute. -
description
Sets the value of the description attribute. -
subtitle
Sets the value of the subtitle attribute. -
languageselector
Sets the value of the languageselector attribute. -
startpage
Sets the value of the startpage attribute. -
searchpage
Sets the value of the searchpage attribute. -
headerBackground
Sets the value of the headerBackground attribute. -
siteLogo
Sets the value of the siteLogo attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Site>
-