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

Interface COM.ibm.jaws.models.trs.Plane

public interface Plane
extends Object
extends Common

Method Index

 o getName()
 o getPlaneImage()
 o getSeatImage()
 o getTotalSeats()
 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 getTotalSeats
  public abstract int getTotalSeats()
 o getSeatImage
  public abstract String getSeatImage()
 o getPlaneImage
  public abstract String getPlaneImage()

All Packages  Class Hierarchy  This Package  Previous  Next  Index