atg.commerce.pricing.result
Class ItemPriceSummary

java.lang.Object
  extended by atg.commerce.pricing.result.ItemPriceSummary

public class ItemPriceSummary
extends java.lang.Object

Contains the following information about the price of a CommerceItem:


Field Summary
static java.lang.String CLASS_VERSION
          Class 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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

ItemPriceSummary

public ItemPriceSummary()
Method Detail

setCommerceItemId

public void setCommerceItemId(java.lang.String pCommerceItemId)
the item id

Parameters:
pCommerceItemId - new value to set

getCommerceItemId

public java.lang.String getCommerceItemId()
the item id

Returns:
property CommerceItemId

setSkuId

public void setSkuId(java.lang.String pSkuId)
the catalog sku id

Parameters:
pSkuId - new value to set

getSkuId

public java.lang.String getSkuId()
the catalog sku id

Returns:
property SkuId

setProductId

public void setProductId(java.lang.String pProductId)
the catalog product id

Parameters:
pProductId - new value to set

getProductId

public java.lang.String getProductId()
the catalog product id

Returns:
property ProductId

setQuantity

public void setQuantity(long pQuantity)
the number of items

Parameters:
pQuantity - new value to set

getQuantity

public long getQuantity()
the number of items

Returns:
property Quantity

setAmount

public void setAmount(double pAmount)
the price of all items

Parameters:
pAmount - new value to set

getAmount

public double getAmount()
the price of all items

Returns:
property Amount

toString

public java.lang.String toString()
Returns a string form of this price information

Overrides:
toString in class java.lang.Object