|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.worldpac.catalog.ProductQuote
Price and availability information for a specific replacement product. One or more ProductQuotes may issued for a Product, representing different manufacturer brands.
| Field Summary | |
java.lang.String |
brandDescription
Text description of the brand. |
java.lang.String |
brandID
Worldpac brand identifier. |
java.lang.String |
categoryID
The Worldpac identifier of the category usually associated with this product. |
java.math.BigDecimal |
corePrice
The price at which Worldpac offers the core of the product to you. |
int |
deliveryDays
The number of days from now until Worldpac can ship the product. |
java.lang.String |
description
Text description of the product. |
java.lang.String |
id
Worldpac product identifier. |
boolean |
isPerformance
|
java.math.BigDecimal |
listPrice
Worldpac's estimated dealer list price for the product. |
java.lang.String |
makeID
The Worldpac identifier of the make on which this product is usually used. |
java.math.BigDecimal |
price
The price at which Worldpac offers the product to you, exclusive of any core it may contain. |
java.lang.String |
quality
The quality of the product. |
int |
quantity
The maximum quantity of the product that can be ordered at the quoted terms. |
int |
sellingIncrement
Order quantity must be a multiple of this number. |
java.math.BigDecimal |
weight
The weight of the product, in pounds. |
| Constructor Summary | |
ProductQuote(java.lang.String id,
java.lang.String description,
java.math.BigDecimal price)
Create a ProductQuote from an arbitrary productID, description, and price (other attributes will be null). |
|
| Method Summary | |
java.lang.Object |
clone()
Standard clone method. |
java.lang.String |
getBrandedDescription()
|
java.lang.String |
getBrandImageURL()
|
java.lang.String |
getDeliveryFormatted()
|
java.lang.String |
getDeliveryTime()
|
java.lang.String |
getLink()
|
java.lang.String |
getProductNotes()
|
java.lang.String |
getSubmitByFormatted()
|
java.lang.String |
getTip()
|
java.lang.String |
getWarehouse()
|
boolean |
hasImage()
Product images are available. |
java.lang.String |
hiresURL()
Product hi-res image URL. |
java.lang.String |
imageURL()
Product image URL. |
void |
setProductNotes(java.lang.String productNotes)
|
boolean |
showBrandImageURL()
|
java.lang.String |
thumbnailURL()
Product thumbnail image URL. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String id
public java.lang.String brandID
public java.lang.String description
public java.lang.String brandDescription
public int deliveryDays
public int quantity
public java.math.BigDecimal price
public java.math.BigDecimal listPrice
public java.math.BigDecimal corePrice
public java.math.BigDecimal weight
public java.lang.String quality
public int sellingIncrement
public java.lang.String makeID
public java.lang.String categoryID
public boolean isPerformance
| Constructor Detail |
public ProductQuote(java.lang.String id,
java.lang.String description,
java.math.BigDecimal price)
| Method Detail |
public final void setProductNotes(java.lang.String productNotes)
public final java.lang.String getProductNotes()
public final java.lang.String getLink()
public final java.lang.String getTip()
public final java.lang.String getBrandImageURL()
public final boolean showBrandImageURL()
public final java.lang.String getSubmitByFormatted()
public final java.lang.String getDeliveryFormatted()
public boolean hasImage()
public java.lang.String thumbnailURL()
public java.lang.String imageURL()
public java.lang.String hiresURL()
public final java.lang.String getBrandedDescription()
public final java.lang.String getWarehouse()
public java.lang.String getDeliveryTime()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||