public interface CategoryFilterProperty extends ProductAttributeFilterProperty
CategoryFilterPropertyProductFilterProperty.Identity| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCategory()
Retrieves a list containing all the elements for the attribute
category. |
void |
setCategory(String... category)
Clears
category and adds the given value(s). |
getFilterOperator, getFilterQuantor, setFilterOperator, setFilterQuantorgetDescription, getName, isActive, setActive, setDescription, setNameaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUserList<String> getCategory()
category.void setCategory(String... category)
category and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
category - value(s) to be added to categoryThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.