Class PagexBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.aswebdata.data.PagexBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaccessOperationprotected List<String>attributesprotected List<String>c1protected List<String>c2protected List<String>c3protected Stringdescriptionprotected Stringfeatureprotected List<String>footerprotected List<String>headerprotected booleanhttpsonlyprotected Stringkeywordsprotected List<String>localizationsprotected StringlocalizedNameprotected List<String>mediaLinksprotected Stringnameprotected List<String>scriptsprotected Stringtemplateprotected Stringtitle
-
Constructor Summary
Constructors Constructor Description PagexBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PagexBuilderaccessOperation(String aValue)Sets the value of the accessOperation attribute.PagexBuilderattributes(List<String> aValue)Sets the value of the attributes attribute.Pagexbuild()PagexBuilderc1(List<String> aValue)Sets the value of the c1 attribute.PagexBuilderc2(List<String> aValue)Sets the value of the c2 attribute.PagexBuilderc3(List<String> aValue)Sets the value of the c3 attribute.PagexBuilderdescription(String aValue)Sets the value of the description attribute.PagexBuilderfeature(String aValue)Sets the value of the feature attribute.PagexBuilderfooter(List<String> aValue)Sets the value of the footer attribute.PagexBuilderheader(List<String> aValue)Sets the value of the header attribute.PagexBuilderhttpsonly(boolean aValue)Sets the value of the httpsonly attribute.PagexBuilderkeywords(String aValue)Sets the value of the keywords attribute.PagexBuilderlocalizations(List<String> aValue)Sets the value of the localizations attribute.PagexBuilderlocalizedName(String aValue)Sets the value of the localizedName attribute.PagexBuildermediaLinks(List<String> aValue)Sets the value of the mediaLinks attribute.PagexBuildername(String aValue)Sets the value of the name attribute.PagexBuilderscripts(List<String> aValue)Sets the value of the scripts attribute.PagexBuildertemplate(String aValue)Sets the value of the template attribute.PagexBuildertitle(String aValue)Sets the value of the title attribute.
-
-
-
Field Detail
-
name
protected String name
-
localizedName
protected String localizedName
-
title
protected String title
-
keywords
protected String keywords
-
description
protected String description
-
httpsonly
protected boolean httpsonly
-
template
protected String template
-
accessOperation
protected String accessOperation
-
feature
protected String feature
-
-
Method Detail
-
name
public PagexBuilder name(String aValue)
Sets the value of the name attribute.
-
localizedName
public PagexBuilder localizedName(String aValue)
Sets the value of the localizedName attribute.
-
title
public PagexBuilder title(String aValue)
Sets the value of the title attribute.
-
keywords
public PagexBuilder keywords(String aValue)
Sets the value of the keywords attribute.
-
description
public PagexBuilder description(String aValue)
Sets the value of the description attribute.
-
mediaLinks
public PagexBuilder mediaLinks(List<String> aValue)
Sets the value of the mediaLinks attribute.
-
scripts
public PagexBuilder scripts(List<String> aValue)
Sets the value of the scripts attribute.
-
attributes
public PagexBuilder attributes(List<String> aValue)
Sets the value of the attributes attribute.
-
c1
public PagexBuilder c1(List<String> aValue)
Sets the value of the c1 attribute.
-
c2
public PagexBuilder c2(List<String> aValue)
Sets the value of the c2 attribute.
-
c3
public PagexBuilder c3(List<String> aValue)
Sets the value of the c3 attribute.
-
header
public PagexBuilder header(List<String> aValue)
Sets the value of the header attribute.
-
footer
public PagexBuilder footer(List<String> aValue)
Sets the value of the footer attribute.
-
localizations
public PagexBuilder localizations(List<String> aValue)
Sets the value of the localizations attribute.
-
httpsonly
public PagexBuilder httpsonly(boolean aValue)
Sets the value of the httpsonly attribute.
-
template
public PagexBuilder template(String aValue)
Sets the value of the template attribute.
-
accessOperation
public PagexBuilder accessOperation(String aValue)
Sets the value of the accessOperation attribute.
-
feature
public PagexBuilder feature(String aValue)
Sets the value of the feature attribute.
-
-