public interface AccountCategoryFilterProperty extends AccountAttributeFilterProperty
AccountCategoryFilterPropertyAccountFilterProperty.Identity| Modifier and Type | Method and Description |
|---|---|
List<Short> |
getAccountCategory()
Retrieves a list containing all the elements for the attribute
accountCategory. |
void |
setAccountCategory(short... accountCategory)
Clears
accountCategory and adds the given value(s). |
getDescription, getName, isActive, setActive, setDescription, setNameaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUsergetFilterOperator, getFilterQuantor, setFilterOperator, setFilterQuantorList<Short> getAccountCategory()
accountCategory.void setAccountCategory(short... accountCategory)
accountCategory and adds the given value(s).
This method is equivalent to
list.clear();
for(short e : attributeName){
list.add(e);
}
accountCategory - value(s) to be added to accountCategoryThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.