|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GuidedSkuSelectionBean
This bean is used for transfering data to the client from the SkuConfigurationService.
| Method Summary | |
|---|---|
java.lang.String |
getDollarSavings()
returns the savings if the price has a discount. |
java.lang.String |
getImageUrl()
Get the path to the image to be displayed. |
java.lang.String |
getListPrice()
Get the skus's list price. |
java.lang.String |
getLowestPrice()
Returns the lowest of the price values specified. |
java.lang.String[] |
getPriceTierContents()
Get the price tier contents as the String Array to be diplayed. |
ProductSku |
getProductSku()
Get the ProductSku. |
boolean |
isLowestLessThanList()
Check if the lowest price is less than the list price, i.e. |
void |
setDollarSavings(java.lang.String dollarSavings)
Set the sku's dollar savings. |
void |
setImageUrl(java.lang.String imageUrl)
Set the path to the image to be displayed. |
void |
setListPrice(java.lang.String listPrice)
Set the sku's list price. |
void |
setLowestLessThanList(boolean isLowestLessThanList)
Sets if the sku's lowest price is less than the list price. |
void |
setLowestPrice(java.lang.String lowestPrice)
Set the sku's lowest price. |
void |
setPriceTierContents(java.lang.String[] priceTierContents)
Set the price tier contents as the String Array to be diplayed. |
void |
setProductSku(ProductSku productSku)
Set the ProductSku. |
| Method Detail |
|---|
java.lang.String getDollarSavings()
java.lang.String getImageUrl()
java.lang.String getListPrice()
MoneyImpljava.lang.String getLowestPrice()
java.lang.String[] getPriceTierContents()
ProductSku getProductSku()
ProductSku.
ProductSkuboolean isLowestLessThanList()
void setDollarSavings(java.lang.String dollarSavings)
dollarSavings - the sku's dollar savingsvoid setImageUrl(java.lang.String imageUrl)
imageUrl - the path to the image to be displayedvoid setListPrice(java.lang.String listPrice)
listPrice - the sku's list pricevoid setLowestLessThanList(boolean isLowestLessThanList)
isLowestLessThanList - true if the price has a lower price than the list price.void setLowestPrice(java.lang.String lowestPrice)
lowestPrice - the sku's lowest pricevoid setPriceTierContents(java.lang.String[] priceTierContents)
priceTierContents - the formated price tier contents to be displayed.void setProductSku(ProductSku productSku)
ProductSku.
productSku - the ProductSku
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||