|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.commerce.ebusiness.price.engine.pool.ItemObjectProxyImpl
This classes uses a LineItem object to get values for the pool object.
LineItem
Field Summary | |
static java.lang.String |
cName
|
Constructor Summary | |
ItemObjectProxyImpl()
|
|
ItemObjectProxyImpl(Pool pool,
LineItem lineItem,
int line,
int position)
|
Method Summary | |
int |
compareTo(java.lang.Object obj)
May throw ClassCastException if obj is not a ItemObjectProxyImpl. |
boolean |
equalLineItem(ItemObject object)
|
boolean |
equals(java.lang.Object obj)
|
Money |
getActualPrice()
|
Money |
getBasePrice()
|
CategoryKey[] |
getCategoryKeys()
|
CatalogItemKey |
getItemKey()
|
LineItem |
getLineItem()
used by the pool to adjust the underlying line item |
Money |
getMsrp()
|
Pool |
getPool()
|
java.lang.String |
getUID()
|
int |
hashCode()
|
void |
set(Pool pool,
LineItem lineItem,
int line,
int position)
|
java.lang.String |
toString()
|
static java.lang.String |
toString(java.util.Iterator it,
int size)
|
static java.lang.String |
toString(java.util.List list)
|
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final java.lang.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()
public Money getBasePrice()
public Money getMsrp()
public CatalogItemKey getItemKey()
public CategoryKey[] getCategoryKeys()
public boolean equalLineItem(ItemObject object)
public LineItem getLineItem()
public int compareTo(java.lang.Object obj)
public boolean equals(java.lang.Object obj)
public java.lang.String getUID()
public Pool getPool()
public int hashCode()
public java.lang.String toString()
public static java.lang.String toString(java.util.List list)
public static java.lang.String toString(java.util.Iterator it, int size)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |