|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.beasys.commerce.foundation.BelongingImpl
com.beasys.commerce.axiom.units.UnitPriceImpl
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.
UnitPrice,
UnitPriceHome,
Serialized Form| Field Summary | |
Price |
price
The price component of the UnitPrice. |
Unit |
unit
The unit component of the UnitPrice. |
| Fields inherited from class com.beasys.commerce.foundation.BelongingImpl |
__classIdentifier, __containingBelonging, __containingEntity, __mapKey, __sequenceNumber, _isDirty |
| Constructor Summary | |
UnitPriceImpl()
|
|
| Method Summary | |
int |
compareTo(Object o)
Compare this belonging to another |
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 |
String |
interfaceName()
interfaceName() returns the unqualified name of the interface from the UML model |
void |
setByValue(Belonging value)
It is possible to call set-by-value with a superclass. |
void |
setPrice(Price price)
Set the value of price |
void |
setUnit(Unit unit)
Set the value of unit |
Belonging |
value()
value() is a more typesafe implementation of clone() |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.beasys.commerce.foundation.Belonging |
clone, equals |
| Field Detail |
public Price price
public Unit unit
| Constructor Detail |
public UnitPriceImpl()
| Method Detail |
public int compareTo(Object o)
compareTo in interface ComparablecompareTo in class BelongingImplo - target object for comparision
public UnitPrice convert(Unit newUnit)
throws InvalidUnitException
convert in interface UnitPriceInvalidUnitException
public void convertInPlace(Unit newUnit)
throws InvalidUnitException
convertInPlace in interface UnitPriceInvalidUnitExceptionpublic Price getPrice()
getPrice in interface UnitPricepublic Unit getUnit()
getUnit in interface UnitPricepublic String interfaceName()
interfaceName in interface Belongingpublic void setByValue(Belonging value)
It is also possible to call set-by-value with a subclass. In this case, the specialized fields in the subclass will be ignored. The overridden fields in the subclass will be populated.
setByValue in interface BelongingsetByValue in class BelongingImplvalue - The Belonging to use for initialization.public void setPrice(Price price)
setPrice in interface UnitPriceprice - price to be addedpublic void setUnit(Unit unit)
setUnit in interface UnitPriceunit - unit to be addedpublic Belonging value()
value in interface Belonging
|
© 2005 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||