|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.commerce.ebusiness.price.engine.pool.ItemObjectProxyImpl
@Deprecated public class ItemObjectProxyImpl
This classes uses a LineItem object to get values for the pool object.
LineItem| Field Summary | |
|---|---|
static String |
cName
Deprecated |
| Constructor Summary | |
|---|---|
ItemObjectProxyImpl()
Deprecated |
|
ItemObjectProxyImpl(Pool pool,
LineItem lineItem,
int line,
int position)
Deprecated |
|
| Method Summary | |
|---|---|
int |
compareTo(Object obj)
Deprecated May throw ClassCastException if obj is not a ItemObjectProxyImpl. |
boolean |
equalLineItem(ItemObject object)
Deprecated returns true if the given object comes from the same LineItem. |
boolean |
equals(Object obj)
Deprecated |
Money |
getActualPrice()
Deprecated returns the current price of the object |
Money |
getBasePrice()
Deprecated Corresponds to ProductItem.getCurrentPrice() |
CategoryKey[] |
getCategoryKeys()
Deprecated Corresponds to ProductItem.XXXXX() |
CatalogItemKey |
getItemKey()
Deprecated Corresponds to ProductItem.getCatalogItemKey() |
LineItem |
getLineItem()
Deprecated used by the pool to adjust the underlying line item |
Money |
getMsrp()
Deprecated Corresponds to ProductItem.getMsrp() |
Pool |
getPool()
Deprecated |
String |
getUID()
Deprecated Returns the unique identifying string for this object. |
int |
hashCode()
Deprecated |
void |
set(Pool pool,
LineItem lineItem,
int line,
int position)
Deprecated |
String |
toString()
Deprecated |
static String |
toString(Iterator it,
int size)
Deprecated |
static String |
toString(List list)
Deprecated |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String cName
| Constructor Detail |
|---|
public ItemObjectProxyImpl()
public ItemObjectProxyImpl(Pool pool,
LineItem lineItem,
int line,
int position)
| Method Detail |
|---|
public void set(Pool pool,
LineItem lineItem,
int line,
int position)
public Money getActualPrice()
PoolObject
getActualPrice in interface PoolObjectMoneypublic Money getBasePrice()
ItemObject
getBasePrice in interface ItemObjectMoney,
ProductItempublic Money getMsrp()
ItemObject
getMsrp in interface ItemObjectMoney,
ProductItempublic CatalogItemKey getItemKey()
ItemObject
getItemKey in interface ItemObjectCatalogItemKey,
ProductItempublic CategoryKey[] getCategoryKeys()
ItemObject
getCategoryKeys in interface ItemObjectCategoryKey,
ProductItempublic boolean equalLineItem(ItemObject object)
ItemObject
equalLineItem in interface ItemObjectpublic LineItem getLineItem()
getLineItem in interface ItemObjectpublic int compareTo(Object obj)
compareTo in interface Comparablepublic boolean equals(Object obj)
equals in class Objectpublic String getUID()
PoolObject
getUID in interface PoolObjectpublic Pool getPool()
getPool in interface PoolObjectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic static String toString(List list)
public static String toString(Iterator it,
int size)
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||