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