|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
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
@Deprecated public class 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 FormField Summary | |
---|---|
Price |
price
Deprecated See BEA Commerce product offering |
Unit |
unit
Deprecated See BEA Commerce product offering |
Fields inherited from class com.beasys.commerce.foundation.BelongingImpl |
---|
__classIdentifier, __containingBelonging, __containingEntity, __mapKey, __sequenceNumber, _isDirty |
Constructor Summary | |
---|---|
UnitPriceImpl()
Deprecated See BEA Commerce product offering |
Method Summary | |
---|---|
int |
compareTo(Object o)
Deprecated See BEA Commerce product offering |
UnitPrice |
convert(Unit newUnit)
Deprecated See BEA Commerce product offering |
void |
convertInPlace(Unit newUnit)
Deprecated See BEA Commerce product offering |
Price |
getPrice()
Deprecated See BEA Commerce product offering |
Unit |
getUnit()
Deprecated See BEA Commerce product offering |
String |
interfaceName()
Deprecated See BEA Commerce product offering |
void |
setByValue(Belonging value)
Deprecated See BEA Commerce product offering |
void |
setPrice(Price price)
Deprecated See BEA Commerce product offering |
void |
setUnit(Unit unit)
Deprecated See BEA Commerce product offering |
Belonging |
value()
Deprecated See BEA Commerce product offering |
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 Price getPrice()
getPrice
in interface UnitPrice
public void setPrice(Price price)
setPrice
in interface UnitPrice
price
- price to be addedpublic Unit getUnit()
getUnit
in interface UnitPrice
public void setUnit(Unit unit)
setUnit
in interface UnitPrice
unit
- unit to be addedpublic Belonging value()
value
in interface Belonging
public String interfaceName()
interfaceName
in interface Belonging
public 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 Belonging
setByValue
in class BelongingImpl
value
- The Belonging
to use for initialization.public int compareTo(Object o)
compareTo
in interface Comparable
compareTo
in class BelongingImpl
o
- target object for comparision
public UnitPrice convert(Unit newUnit) throws InvalidUnitException
convert
in interface UnitPrice
InvalidUnitException
public void convertInPlace(Unit newUnit) throws InvalidUnitException
convertInPlace
in interface UnitPrice
InvalidUnitException
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |