|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.worldpac.catalog.Part
General description of the part to be replaced. One or more Products may be represented by the Part, depending on vehicle manufacture or the location on the vehicle of the part to be replaced.
| Field Summary | |
static int |
CATEGORY_HEADING
|
java.lang.String |
categoryID
Worldpac part category identifier. |
java.lang.String |
description
Text description of the part. |
boolean |
hasImage
|
java.lang.String |
imageFileURL
|
java.lang.String |
imageURL
|
boolean |
isPerformancePart
|
int |
iType
|
static int |
NO_PART_FOUND
|
static int |
NVS_PART
|
static int |
PERFORMANCE_PART
|
static int |
POPULAR_HEADING
|
static int |
POPULAR_PART
|
int |
productCount
Number of Products represented by the Part. |
java.lang.String |
productNumber
|
static int |
RELATED_PART
|
static int |
REPLACEMENT_PART
|
java.lang.String |
sCatIDPrefix
|
static int |
UPSELL_HEADING
|
| Constructor Summary | |
Part(java.lang.String sPartData,
int idx,
int type)
|
|
Part(java.lang.String sPartData,
int idx,
java.lang.String sCatIDPrefix,
int type)
|
|
Part(java.lang.String data,
java.lang.String sCatIDPrefix,
int type)
|
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int CATEGORY_HEADING
public static final int UPSELL_HEADING
public static final int POPULAR_HEADING
public static final int RELATED_PART
public static final int NVS_PART
public static final int POPULAR_PART
public static final int REPLACEMENT_PART
public static final int PERFORMANCE_PART
public static final int NO_PART_FOUND
public java.lang.String description
public int productCount
public java.lang.String categoryID
public int iType
public java.lang.String imageFileURL
public java.lang.String imageURL
public boolean hasImage
public java.lang.String sCatIDPrefix
public java.lang.String productNumber
public boolean isPerformancePart
| Constructor Detail |
public Part(java.lang.String data,
java.lang.String sCatIDPrefix,
int type)
public Part(java.lang.String sPartData,
int idx,
java.lang.String sCatIDPrefix,
int type)
public Part(java.lang.String sPartData,
int idx,
int type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||