com.worldpac.catalog
Class Part

java.lang.Object
  |
  +--com.worldpac.catalog.Part

public class Part
extends java.lang.Object

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

CATEGORY_HEADING

public static final int CATEGORY_HEADING
See Also:
Constant Field Values

UPSELL_HEADING

public static final int UPSELL_HEADING
See Also:
Constant Field Values

POPULAR_HEADING

public static final int POPULAR_HEADING
See Also:
Constant Field Values

RELATED_PART

public static final int RELATED_PART
See Also:
Constant Field Values

NVS_PART

public static final int NVS_PART
See Also:
Constant Field Values

POPULAR_PART

public static final int POPULAR_PART
See Also:
Constant Field Values

REPLACEMENT_PART

public static final int REPLACEMENT_PART
See Also:
Constant Field Values

PERFORMANCE_PART

public static final int PERFORMANCE_PART
See Also:
Constant Field Values

NO_PART_FOUND

public static final int NO_PART_FOUND
See Also:
Constant Field Values

description

public java.lang.String description
Text description of the part.


productCount

public int productCount
Number of Products represented by the Part.


categoryID

public java.lang.String categoryID
Worldpac part category identifier.


iType

public int iType

imageFileURL

public java.lang.String imageFileURL

imageURL

public java.lang.String imageURL

hasImage

public boolean hasImage

sCatIDPrefix

public java.lang.String sCatIDPrefix

productNumber

public java.lang.String productNumber

isPerformancePart

public boolean isPerformancePart
Constructor Detail

Part

public Part(java.lang.String data,
            java.lang.String sCatIDPrefix,
            int type)

Part

public Part(java.lang.String sPartData,
            int idx,
            java.lang.String sCatIDPrefix,
            int type)

Part

public Part(java.lang.String sPartData,
            int idx,
            int type)