public interface AbstractProductPrice extends AbstractProductPrice, org.openmdx.base.accessor.jmi.cci.RefObject_1_0
AbstractProductPrice| Modifier and Type | Method and Description |
|---|---|
Uom |
getUom()
Retrieves the value for the reference
uom. |
List<Short> |
getUsage()
Retrieves a list containing all the elements for the attribute
usage. |
void |
setUom(Uom uom)
Sets a new value for the reference
uom. |
void |
setUsage(List<Short> usage)
Clears
usage and adds the members of the given List. |
getDescription, getDiscount, getPrice, getPriceCurrency, getPriceLevel, getQuantityFrom, getQuantityTo, isDiscountIsPercentage, setDescription, setDiscount, setDiscountIsPercentage, setPrice, setPriceCurrency, setQuantityFrom, setQuantityTo, setUsagerefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeUom getUom()
uom.getUom in interface AbstractProductPricenull value for this reference.void setUom(Uom uom)
uom.setUom in interface AbstractProductPriceuom - The new non-null value for this reference.List<Short> getUsage()
usage.getUsage in interface AbstractProductPricevoid setUsage(List<Short> usage)
usage and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(usage);Note: This is an extension to the JMI 1 standard.
usage - 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.