org.opencrx.kernel.contract1.jmi1
Interface TotalAmountFilterProperty
- All Superinterfaces:
- AbstractFilterProperty, AttributeFilterProperty, BasicObject, ContextCapable, ContractAttributeFilterProperty, ContractFilterProperty, Creatable, ExtentCapable, Modifiable, RefBaseObject, RefFeatured, RefObject, RefObject_1_0, SecureObject, TotalAmountFilterProperty
public interface TotalAmountFilterProperty
- extends TotalAmountFilterProperty, ContractAttributeFilterProperty
Class TotalAmountFilterProperty
| Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject |
addOwningGroup, checkPermissions, getAccessGrantedByParent, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser |
getTotalAmount
List<BigDecimal> getTotalAmount()
- Retrieves a list containing all the elements for the attribute
totalAmount.
- Specified by:
getTotalAmount in interface TotalAmountFilterProperty
- Returns:
- A list containing all elements for this attribute.
setTotalAmount
void setTotalAmount(List<BigDecimal> totalAmount)
- Clears
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.
In order to remain standard compliant you should use the equivalent code.
- Parameters:
totalAmount - collection to be copied.
This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.