com.worldpac.catalog
Class Make

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

public class Make
extends java.lang.Object

Vehicle make.


Field Summary
 java.lang.String description
          Text description of the vehicle make.
 java.lang.String id
          Worldpac vehicle make identifier.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id
Worldpac vehicle make identifier.


description

public java.lang.String description
Text description of the vehicle make.