Class COM.ibm.jaws.models.trs.CarBase
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.models.trs.CarBase

java.lang.Object
   |
   +----COM.ibm.jaws.models.trs.CommonBase
           |
           +----COM.ibm.jaws.models.trs.CarBase

public class CarBase
extends CommonBase

Variable Index

 o image
 o name

Constructor Index

 o CarBase()
 o CarBase(String, String)

Method Index

 o getImage()
 o getName()
 o toString()
Returns a String that represents the value of this Object.

Variables

 o name
  protected String name
 o image
  protected String image

Constructors

 o CarBase
  public CarBase()
 o CarBase
  public CarBase(String name,
                 String image)

Methods

 o getName
  public String getName()
 o getImage
  public String getImage()
 o toString
  public String toString()
Returns a String that represents the value of this Object.
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index