|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.worldpac.catalog.Product
Specific vehicle-to-product application. One or more Products may be represented by a Part, depending on vehicle manufacture or the location on the vehicle of the part to be replaced. One or more ProductQuotes may be issued for the Product, representing different manufacturer brands.
| Field Summary | |
java.lang.String |
adjustedYears
|
java.lang.String |
appCategory
Part category to which this Product applies. |
java.lang.String |
appChassis
Chassis range to which this Product applies. |
java.lang.String |
appEngines
Engine range to which this Product applies. |
java.lang.String |
applicationID
Worldpac application identifier. |
java.lang.String |
appModelID
Worldpac vehicle model identifier to which this Product applies. |
java.lang.String |
appTransmissions
Transmission range to which this Product applies. |
java.lang.String |
appTransmissionType
Transmission type to which this Product applies. |
java.lang.String |
appYears
Year range to which this Product applies. |
java.lang.String |
categoryID
Worldpac part category identifier of the part category ususally associated with the product. |
java.lang.String |
description
Text description of the product. |
boolean |
fromCTR0114
|
java.lang.String |
id
Worldpac product identifier. |
java.lang.String |
makeID
Worldpac vehicle make identifier of the vehicle make ususally associated with the product. |
int |
quantityPerCar
Quantity of this product normally found on the vehicle. |
java.lang.String |
secondaryDescriptionWithBreaks
Secondary text description of the product, with HTML <br> formatting. |
java.lang.String |
secondaryDescriptionWithSpaces
Secondary text description of the product, without HTML <br> formatting. |
| Constructor Summary | |
Product(java.lang.String id)
Create a dummy vehicle-to-product application from a Worldpac product identifier. |
|
| Method Summary | |
static java.lang.String |
adjustYearRange(java.lang.String modelRange,
java.lang.String appYearFrom,
java.lang.String appYearTo)
|
java.lang.String |
getTertiaryDescription()
Get tertiary text description. |
boolean |
hasImage()
Product images are available. |
java.lang.String |
hiresURL()
Product hi-res image URL. |
java.lang.String |
imageURL()
Product image URL. |
boolean |
isYearMonthFromServer()
|
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 applicationID
public java.lang.String id
public java.lang.String description
public java.lang.String secondaryDescriptionWithSpaces
public java.lang.String secondaryDescriptionWithBreaks
public java.lang.String appModelID
public java.lang.String appCategory
public java.lang.String appTransmissionType
public java.lang.String appYears
public java.lang.String appEngines
public java.lang.String appChassis
public java.lang.String appTransmissions
public int quantityPerCar
public java.lang.String makeID
public java.lang.String categoryID
public boolean fromCTR0114
public java.lang.String adjustedYears
| Constructor Detail |
public Product(java.lang.String id)
| Method Detail |
public java.lang.String getTertiaryDescription()
public boolean hasImage()
public java.lang.String thumbnailURL()
public java.lang.String imageURL()
public java.lang.String hiresURL()
public boolean isYearMonthFromServer()
public static java.lang.String adjustYearRange(java.lang.String modelRange,
java.lang.String appYearFrom,
java.lang.String appYearTo)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||