Package de.hybris.platform.hac.custom
Class CustomTabInfo.SubTabInfo
- java.lang.Object
-
- de.hybris.platform.hac.custom.CustomTabInfo.SubTabInfo
-
- Enclosing class:
- CustomTabInfo
public static class CustomTabInfo.SubTabInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SubTabInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLabel()java.lang.StringgetPath()java.util.List<java.lang.String>getRoles()booleanisSkipPrefix()CustomTabInfo.SubTabInfolabel(java.lang.String label)CustomTabInfo.SubTabInfopath(java.lang.String path)voidsetLabel(java.lang.String label)voidsetPath(java.lang.String path)voidsetRoles(java.util.List<java.lang.String> roles)voidsetSkipPrefix(boolean skipPrefix)CustomTabInfo.SubTabInfoskipPrefix(boolean prefix)
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
-
setPath
public void setPath(java.lang.String path)
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
isSkipPrefix
public boolean isSkipPrefix()
-
setSkipPrefix
public void setSkipPrefix(boolean skipPrefix)
-
getRoles
public java.util.List<java.lang.String> getRoles()
-
setRoles
public void setRoles(java.util.List<java.lang.String> roles)
-
path
public CustomTabInfo.SubTabInfo path(java.lang.String path)
-
label
public CustomTabInfo.SubTabInfo label(java.lang.String label)
-
skipPrefix
public CustomTabInfo.SubTabInfo skipPrefix(boolean prefix)
-
-