|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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 UnitPrice convert(Unit newUnit)
throws InvalidUnitException
InvalidUnitException
public void convertInPlace(Unit newUnit)
throws InvalidUnitException
InvalidUnitExceptionpublic Price getPrice()
public Unit getUnit()
public void setPrice(Price price)
price - price to be addedpublic void setUnit(Unit unit)
unit - unit to be added
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||