Class PagexBuilder
java.lang.Object
net.anotheria.anosite.gen.aswebdata.data.PagexBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Pagex>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessOperation(String aValue) Sets the value of the accessOperation attribute.attributes(List<String> aValue) Sets the value of the attributes attribute.build()Sets the value of the c1 attribute.Sets the value of the c2 attribute.Sets the value of the c3 attribute.description(String aValue) Sets the value of the description attribute.Sets the value of the feature attribute.Sets the value of the footer attribute.Sets the value of the header attribute.httpsonly(boolean aValue) Sets the value of the httpsonly attribute.Sets the value of the keywords attribute.localizations(List<String> aValue) Sets the value of the localizations attribute.localizedName(String aValue) Sets the value of the localizedName attribute.mediaLinks(List<String> aValue) Sets the value of the mediaLinks attribute.Sets the value of the name attribute.Sets the value of the scripts attribute.Sets the value of the template attribute.Sets the value of the title attribute.
-
Field Details
-
name
-
localizedName
-
title
-
keywords
-
description
-
mediaLinks
-
scripts
-
attributes
-
c1
-
c2
-
c3
-
header
-
localizations
-
httpsonly
protected boolean httpsonly -
template
-
accessOperation
-
feature
-
-
Constructor Details
-
PagexBuilder
public PagexBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
localizedName
Sets the value of the localizedName 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. -
mediaLinks
Sets the value of the mediaLinks attribute. -
scripts
Sets the value of the scripts attribute. -
attributes
Sets the value of the attributes attribute. -
c1
Sets the value of the c1 attribute. -
c2
Sets the value of the c2 attribute. -
c3
Sets the value of the c3 attribute. -
header
Sets the value of the header attribute. -
localizations
Sets the value of the localizations attribute. -
httpsonly
Sets the value of the httpsonly attribute. -
template
Sets the value of the template attribute. -
accessOperation
Sets the value of the accessOperation attribute. -
feature
Sets the value of the feature attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Pagex>
-