com.worldpac.catalog
Class Category

java.lang.Object
  |
  +--com.worldpac.catalog.Category
All Implemented Interfaces:
java.lang.Cloneable

public class Category
extends java.lang.Object
implements java.lang.Cloneable

Part category.


Field Summary
 java.lang.String description
          Text description of the part category.
 boolean hasChildren
           
 java.lang.String id
          Worldpac part category identifier.
 int level
          The depth of the part category, where the root depth is 0.
 boolean showChildren
           
 
Method Summary
 java.lang.Object clone()
          *****************************************************************************
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

public int level
The depth of the part category, where the root depth is 0.


id

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


description

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


showChildren

public boolean showChildren

hasChildren

public boolean hasChildren
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
*****************************************************************************

Overrides:
clone in class java.lang.Object
java.lang.CloneNotSupportedException