|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AbstractProductPrice
Abstract class AbstractProductPrice
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.opencrx.kernel.product1.cci2.AbstractProductPrice |
|---|
getDescription, getDiscount, getPrice, getPriceCurrency, getPriceLevel, getQuantityFrom, getQuantityTo, isDiscountIsPercentage, setDescription, setDiscount, setDiscountIsPercentage, setPrice, setPriceCurrency, setQuantityFrom, setQuantityTo, setUsage |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValue |
| 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 |
|---|
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.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||