Class NaviItemBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.data.NaviItemBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringaccessOperationprotected java.lang.StringclassNameprotected java.lang.StringexternalLinkprotected java.util.List<java.lang.String>guardsprotected java.lang.Stringiconprotected java.lang.StringinternalLinkprotected java.lang.Stringnameprotected java.lang.StringpageAliasprotected booleanpopupprotected java.util.List<java.lang.String>subNaviprotected java.lang.Stringtitle
-
Constructor Summary
Constructors Constructor Description NaviItemBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NaviItemBuilderaccessOperation(java.lang.String aValue)Sets the value of the accessOperation attribute.NaviItembuild()NaviItemBuilderclassName(java.lang.String aValue)Sets the value of the className attribute.NaviItemBuilderexternalLink(java.lang.String aValue)Sets the value of the externalLink attribute.NaviItemBuilderguards(java.util.List<java.lang.String> aValue)Sets the value of the guards attribute.NaviItemBuildericon(java.lang.String aValue)Sets the value of the icon attribute.NaviItemBuilderinternalLink(java.lang.String aValue)Sets the value of the internalLink attribute.NaviItemBuildername(java.lang.String aValue)Sets the value of the name attribute.NaviItemBuilderpageAlias(java.lang.String aValue)Sets the value of the pageAlias attribute.NaviItemBuilderpopup(boolean aValue)Sets the value of the popup attribute.NaviItemBuildersubNavi(java.util.List<java.lang.String> aValue)Sets the value of the subNavi attribute.NaviItemBuildertitle(java.lang.String aValue)Sets the value of the title attribute.
-
-
-
Field Detail
-
name
protected java.lang.String name
-
title
protected java.lang.String title
-
icon
protected java.lang.String icon
-
externalLink
protected java.lang.String externalLink
-
popup
protected boolean popup
-
className
protected java.lang.String className
-
subNavi
protected java.util.List<java.lang.String> subNavi
-
guards
protected java.util.List<java.lang.String> guards
-
internalLink
protected java.lang.String internalLink
-
pageAlias
protected java.lang.String pageAlias
-
accessOperation
protected java.lang.String accessOperation
-
-
Method Detail
-
name
public NaviItemBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
title
public NaviItemBuilder title(java.lang.String aValue)
Sets the value of the title attribute.
-
icon
public NaviItemBuilder icon(java.lang.String aValue)
Sets the value of the icon attribute.
-
externalLink
public NaviItemBuilder externalLink(java.lang.String aValue)
Sets the value of the externalLink attribute.
-
popup
public NaviItemBuilder popup(boolean aValue)
Sets the value of the popup attribute.
-
className
public NaviItemBuilder className(java.lang.String aValue)
Sets the value of the className attribute.
-
subNavi
public NaviItemBuilder subNavi(java.util.List<java.lang.String> aValue)
Sets the value of the subNavi attribute.
-
guards
public NaviItemBuilder guards(java.util.List<java.lang.String> aValue)
Sets the value of the guards attribute.
-
internalLink
public NaviItemBuilder internalLink(java.lang.String aValue)
Sets the value of the internalLink attribute.
-
pageAlias
public NaviItemBuilder pageAlias(java.lang.String aValue)
Sets the value of the pageAlias attribute.
-
accessOperation
public NaviItemBuilder accessOperation(java.lang.String aValue)
Sets the value of the accessOperation attribute.
-
-