Comparable
, PoolObject
Represents an single (quantity 1) item (ProductItem) in a pool.
ItemObjectProxyImpl
Comparable
, PoolObject
Method Summary |
public boolean |
|
public |
|
public |
|
public |
|
public | |
public |
|
Methods from interface java.lang. |
compareTo |
Methods from interface com.bea.commerce.ebusiness.price.engine.pool. |
|
Method Detail |
public boolean equalLineItem(ItemObject
object)
returns true if the given object comes from the same
LineItem.
public Money
getBasePrice()
Corresponds to ProductItem.getCurrentPrice()
Related Topics
public CategoryKey
[] getCategoryKeys()
Corresponds to ProductItem.XXXXX()
Related Topics
public CatalogItemKey
getItemKey()
Corresponds to ProductItem.getCatalogItemKey()
Related Topics
public LineItem
getLineItem()
public Money
getMsrp()
Corresponds to ProductItem.getMsrp()
Related Topics