| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.commerce.pricing.result.ItemPriceSummary
public class ItemPriceSummary
Contains the following information about the price of a CommerceItem:
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass version string | 
| Constructor Summary | |
|---|---|
| ItemPriceSummary() | |
| Method Summary | |
|---|---|
|  double | getAmount()the price of all items | 
|  java.lang.String | getCommerceItemId()the item id | 
|  java.lang.String | getProductId()the catalog product id | 
|  long | getQuantity()the number of items | 
|  java.lang.String | getSkuId()the catalog sku id | 
|  void | setAmount(double pAmount)the price of all items | 
|  void | setCommerceItemId(java.lang.String pCommerceItemId)the item id | 
|  void | setProductId(java.lang.String pProductId)the catalog product id | 
|  void | setQuantity(long pQuantity)the number of items | 
|  void | setSkuId(java.lang.String pSkuId)the catalog sku id | 
|  java.lang.String | toString()Returns a string form of this price information | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public ItemPriceSummary()
| Method Detail | 
|---|
public void setCommerceItemId(java.lang.String pCommerceItemId)
pCommerceItemId - new value to setpublic java.lang.String getCommerceItemId()
public void setSkuId(java.lang.String pSkuId)
pSkuId - new value to setpublic java.lang.String getSkuId()
public void setProductId(java.lang.String pProductId)
pProductId - new value to setpublic java.lang.String getProductId()
public void setQuantity(long pQuantity)
pQuantity - new value to setpublic long getQuantity()
public void setAmount(double pAmount)
pAmount - new value to setpublic double getAmount()
public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||