|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Combines a unit and a price to provide a mechanism for recording pricing and pricing strategies. It also provides features for converting prices between units. Attribute: price The price component of the UnitPrice.
UnitPriceHome
,
UnitPriceImpl
Method Summary | |
UnitPrice |
convert(Unit newUnit)
Return a new UnitPrice that maintains the Price/Unit ratio with the newly specified unit. |
void |
convertInPlace(Unit newUnit)
Translate the UnitPrice into the new Units maintaining the Price/Unit ratio. |
Price |
getPrice()
Get the value of price |
Unit |
getUnit()
Get the value of unit |
void |
setPrice(Price price)
Set the value of price |
void |
setUnit(Unit unit)
Set the value of unit |
Methods inherited from interface com.beasys.commerce.foundation.Belonging |
clone,
equals,
interfaceName,
setByValue,
value |
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public Price getPrice()
public void setPrice(Price price)
price
- price to be addedpublic Unit getUnit()
public void setUnit(Unit unit)
unit
- unit to be addedpublic UnitPrice convert(Unit newUnit) throws InvalidUnitException
public void convertInPlace(Unit newUnit) throws InvalidUnitException
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |