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
-
getImage()
-
-
getName()
-
-
toString()
- Returns a String that represents the value of this Object.
toString
public abstract String toString()
- Returns a String that represents the value of this Object.
- Overrides:
- toString in class Object
getName
public abstract String getName()
getImage
public abstract String getImage()
All Packages Class Hierarchy This Package Previous Next Index