Class SiteBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.data.SiteBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringdescriptionprotected java.lang.StringheaderBackgroundprotected java.lang.Stringkeywordsprotected booleanlanguageselectorprotected java.util.List<java.lang.String>mainNaviprotected java.lang.Stringnameprotected java.lang.Stringsearchpageprotected java.lang.StringsiteLogoprotected java.lang.Stringstartpageprotected java.lang.Stringsubtitleprotected java.lang.Stringtitleprotected java.util.List<java.lang.String>topNavi
-
Constructor Summary
Constructors Constructor Description SiteBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sitebuild()SiteBuilderdescription(java.lang.String aValue)Sets the value of the description attribute.SiteBuilderheaderBackground(java.lang.String aValue)Sets the value of the headerBackground attribute.SiteBuilderkeywords(java.lang.String aValue)Sets the value of the keywords attribute.SiteBuilderlanguageselector(boolean aValue)Sets the value of the languageselector attribute.SiteBuildermainNavi(java.util.List<java.lang.String> aValue)Sets the value of the mainNavi attribute.SiteBuildername(java.lang.String aValue)Sets the value of the name attribute.SiteBuildersearchpage(java.lang.String aValue)Sets the value of the searchpage attribute.SiteBuildersiteLogo(java.lang.String aValue)Sets the value of the siteLogo attribute.SiteBuilderstartpage(java.lang.String aValue)Sets the value of the startpage attribute.SiteBuildersubtitle(java.lang.String aValue)Sets the value of the subtitle attribute.SiteBuildertitle(java.lang.String aValue)Sets the value of the title attribute.SiteBuildertopNavi(java.util.List<java.lang.String> aValue)Sets the value of the topNavi attribute.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
title
protected java.lang.String title
-
keywords
protected java.lang.String keywords
-
description
protected java.lang.String description
-
subtitle
protected java.lang.String subtitle
-
mainNavi
protected java.util.List<java.lang.String> mainNavi
-
topNavi
protected java.util.List<java.lang.String> topNavi
-
languageselector
protected boolean languageselector
-
startpage
protected java.lang.String startpage
-
searchpage
protected java.lang.String searchpage
-
headerBackground
protected java.lang.String headerBackground
-
siteLogo
protected java.lang.String siteLogo
-
-
Method Detail
-
name
public SiteBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
title
public SiteBuilder title(java.lang.String aValue)
Sets the value of the title attribute.
-
keywords
public SiteBuilder keywords(java.lang.String aValue)
Sets the value of the keywords attribute.
-
description
public SiteBuilder description(java.lang.String aValue)
Sets the value of the description attribute.
-
subtitle
public SiteBuilder subtitle(java.lang.String aValue)
Sets the value of the subtitle attribute.
-
mainNavi
public SiteBuilder mainNavi(java.util.List<java.lang.String> aValue)
Sets the value of the mainNavi attribute.
-
topNavi
public SiteBuilder topNavi(java.util.List<java.lang.String> aValue)
Sets the value of the topNavi attribute.
-
languageselector
public SiteBuilder languageselector(boolean aValue)
Sets the value of the languageselector attribute.
-
startpage
public SiteBuilder startpage(java.lang.String aValue)
Sets the value of the startpage attribute.
-
searchpage
public SiteBuilder searchpage(java.lang.String aValue)
Sets the value of the searchpage attribute.
-
headerBackground
public SiteBuilder headerBackground(java.lang.String aValue)
Sets the value of the headerBackground attribute.
-
siteLogo
public SiteBuilder siteLogo(java.lang.String aValue)
Sets the value of the siteLogo attribute.
-
-