Class LabelTypeHelper.LabelTypeItem

java.lang.Object
org.codelibs.fess.helper.LabelTypeHelper.LabelTypeItem
Enclosing class:
LabelTypeHelper

protected static class LabelTypeHelper.LabelTypeItem extends Object
An item of a label type.
  • Constructor Details

    • LabelTypeItem

      public LabelTypeItem()
      Default constructor.
  • Method Details

    • getLabel

      public String getLabel()
      Returns the label.
      Returns:
      The label.
    • setLabel

      public void setLabel(String label)
      Sets the label.
      Parameters:
      label - The label.
    • getValue

      public String getValue()
      Returns the value.
      Returns:
      The value.
    • setValue

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - The value.
    • getPermissions

      public String[] getPermissions()
      Returns the permissions.
      Returns:
      The permissions.
    • setPermissions

      public void setPermissions(String[] permissions)
      Sets the permissions.
      Parameters:
      permissions - The permissions.
    • getVirtualHost

      public String getVirtualHost()
      Returns the virtual host.
      Returns:
      The virtual host.
    • setVirtualHost

      public void setVirtualHost(String virtualHost)
      Sets the virtual host.
      Parameters:
      virtualHost - The virtual host.
    • getLocale

      public Locale getLocale()
      Returns the locale.
      Returns:
      The locale.
    • setLocale

      public void setLocale(Locale locale)
      Sets the locale.
      Parameters:
      locale - The locale.