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