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

Interface COM.ibm.jaws.models.trs.Car

public interface Car
extends Object
extends Common

Method Index

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

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index