|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractProductPrice
Abstract class AbstractProductPrice
| Method Summary | |
|---|---|
void |
addPriceLevel(int index,
PriceLevel newValue)
|
void |
addPriceLevel(PriceLevel newValue)
|
Uom |
getUom()
Retrieves the value for the reference uom. |
short |
getUsage(int index)
|
void |
removePriceLevel(int index)
|
void |
setUom(Uom uom)
Sets a new value for the reference uom. |
void |
setUsage(List<Short> usage)
This method is equivalent to |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.AbstractProductPrice |
|---|
getDescription, getDiscount, getPrice, getPriceCurrency, getPriceLevel, getQuantityFrom, getQuantityTo, getUsage, isDiscountIsPercentage, setDescription, setDiscount, setDiscountIsPercentage, setPrice, setPriceCurrency, setQuantityFrom, setQuantityTo, setUsage |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
void addPriceLevel(int index,
PriceLevel newValue)
index - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.void addPriceLevel(PriceLevel newValue)
newValue - The element to be appended.void removePriceLevel(int index)
Uom getUom()
uom.
getUom in interface AbstractProductPricenull value for this reference.void setUom(Uom uom)
uom.
setUom in interface AbstractProductPriceuom - The non-null new value for this reference.short getUsage(int index)
void setUsage(List<Short> usage)
This method is equivalent to
list.clear(); list.addAll(usage);
usage - collection to be copied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||