Package org.codelibs.fess.helper
Class LabelTypeHelper.LabelTypeItem
- java.lang.Object
-
- org.codelibs.fess.helper.LabelTypeHelper.LabelTypeItem
-
- Enclosing class:
- LabelTypeHelper
protected static class LabelTypeHelper.LabelTypeItem extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLabelTypeItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()String[]getPermissions()StringgetValue()StringgetVirtualHost()voidsetLabel(String label)voidsetPermissions(String[] permissions)voidsetValue(String value)voidsetVirtualHost(String virtualHost)
-
-
-
Method Detail
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getPermissions
public String[] getPermissions()
-
setPermissions
public void setPermissions(String[] permissions)
-
getVirtualHost
public String getVirtualHost()
-
setVirtualHost
public void setVirtualHost(String virtualHost)
-
-