public interface TotalAmountFilterProperty extends ContractAttributeFilterProperty
TotalAmountFilterPropertyContractFilterProperty.Identity| Modifier and Type | Method and Description |
|---|---|
List<BigDecimal> |
getTotalAmount()
Retrieves a list containing all the elements for the attribute
totalAmount. |
void |
setTotalAmount(BigDecimal... totalAmount)
Clears
totalAmount 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<BigDecimal> getTotalAmount()
totalAmount.void setTotalAmount(BigDecimal... totalAmount)
totalAmount and adds the given value(s).
This method is equivalent to
list.clear();
for(java.math.BigDecimal e : attributeName){
list.add(e);
}
totalAmount - value(s) to be added to totalAmountThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.