com.bea.commerce.ebusiness.price.engine.pool
Interface ItemObject

All Superinterfaces
Comparable, PoolObject
All Known Implementing Classes:
ItemObjectProxyImpl

Deprecated

@Deprecated
public interface ItemObject
extends PoolObject, Comparable

Represents an single (quantity 1) item (ProductItem) in a pool.


Method Summary
 boolean equalLineItem(ItemObject object)
          Deprecated returns true if the given object comes from the same LineItem.
 Money getBasePrice()
          Deprecated Corresponds to ProductItem.getCurrentPrice()
 CategoryKey[] getCategoryKeys()
          Deprecated Corresponds to ProductItem.XXXXX()
 CatalogItemKey getItemKey()
          Deprecated Corresponds to ProductItem.getCatalogItemKey()
 LineItem getLineItem()
          Deprecated  
 Money getMsrp()
          Deprecated Corresponds to ProductItem.getMsrp()
 
Methods inherited from interface com.bea.commerce.ebusiness.price.engine.pool.PoolObject
getActualPrice, getPool, getUID
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getBasePrice

Money getBasePrice()
Deprecated 
Corresponds to ProductItem.getCurrentPrice()

Returns
Money a money object that represents the base price of the item.
See Also
Money, ProductItem

getMsrp

Money getMsrp()
Deprecated 
Corresponds to ProductItem.getMsrp()

Returns
Money a money object that represents the MSRP price of the item.
See Also
Money, ProductItem

getItemKey

CatalogItemKey getItemKey()
Deprecated 
Corresponds to ProductItem.getCatalogItemKey()

Returns
CatalogItemKey the item key for this item.
See Also
CatalogItemKey, ProductItem

getCategoryKeys

CategoryKey[] getCategoryKeys()
Deprecated 
Corresponds to ProductItem.XXXXX()

Returns
CategoryKey the key for the categor(ies) of this item.
See Also
CategoryKey, ProductItem

equalLineItem

boolean equalLineItem(ItemObject object)
Deprecated 
returns true if the given object comes from the same LineItem.


getLineItem

LineItem getLineItem()
Deprecated 


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.