public interface TotalAmountFilterProperty extends TotalAmountFilterProperty, 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(List<BigDecimal> totalAmount)
Clears
totalAmount and adds the members of the given List. |
setTotalAmountgetFilterOperator, getFilterQuantor, setFilterOperator, setFilterQuantorgetDescription, getName, isActive, setActive, setDescription, setNameaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUserrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeList<BigDecimal> getTotalAmount()
totalAmount.getTotalAmount in interface TotalAmountFilterPropertyvoid setTotalAmount(List<BigDecimal> totalAmount)
totalAmount and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(totalAmount);Note: This is an extension to the JMI 1 standard.
totalAmount - collection to be copied.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.