|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.commerce.order.purchase.AddCommerceItemInfo
atg.projects.store.order.purchase.StoreAddCommerceItemInfo
public class StoreAddCommerceItemInfo
This class extends AddCommerceItemInfo to add shipping information.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string. |
protected java.lang.String |
mOldShippingGroupId
Old shipping group id. |
protected atg.commerce.order.ShippingGroup |
mShippingGroup
Shipping group. |
protected java.util.Map |
mShippingInfo
Shipping information. |
Fields inherited from class atg.commerce.order.purchase.AddCommerceItemInfo |
---|
mCatalogRefId, mCommerceItemType, mGiftlistId, mGiftlistItemId, mProductId, mQuantity, mShippingGroupType |
Constructor Summary | |
---|---|
StoreAddCommerceItemInfo()
|
Method Summary | |
---|---|
java.lang.String |
getOldShippingGroupId()
|
atg.commerce.order.ShippingGroup |
getShippingGroup()
|
java.util.Map |
getShippingInfo()
|
void |
setOldShippingGroupId(java.lang.String pOldShippingGroupId)
Sets the ID of the shipping group used for an old item. |
void |
setShippingGroup(atg.commerce.order.ShippingGroup pShippingGroup)
Sets the shipping group to use for a new item. |
void |
setShippingInfo(java.util.Map pShippingInfo)
Sets the Map containing information to
be associated with a new item's ShippingGroup . |
Methods inherited from class atg.commerce.order.purchase.AddCommerceItemInfo |
---|
getCatalogRefId, getCommerceItemType, getGiftlistId, getGiftlistItemId, getProductId, getQuantity, getShippingGroupType, getValue, setCatalogRefId, setCommerceItemType, setGiftlistId, setGiftlistItemId, setProductId, setQuantity, setShippingGroupType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String CLASS_VERSION
protected java.lang.String mOldShippingGroupId
protected atg.commerce.order.ShippingGroup mShippingGroup
protected java.util.Map mShippingInfo
Constructor Detail |
---|
public StoreAddCommerceItemInfo()
Method Detail |
---|
public void setOldShippingGroupId(java.lang.String pOldShippingGroupId)
pOldShippingGroupId
- - old shipping group idpublic java.lang.String getOldShippingGroupId()
public void setShippingGroup(atg.commerce.order.ShippingGroup pShippingGroup)
pShippingGroup
- - shipping grouppublic atg.commerce.order.ShippingGroup getShippingGroup()
public void setShippingInfo(java.util.Map pShippingInfo)
Map
containing information to
be associated with a new item's ShippingGroup
.
pShippingInfo
- - shipping informationpublic java.util.Map getShippingInfo()
Map
containing information to
be associated with a new item's ShippingGroup
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |