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

Class COM.ibm.jaws.models.trs.PlaneBase

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

public class PlaneBase
extends CommonBase

Variable Index

 o name
 o planeImage
 o seatImage
 o totalSeats

Constructor Index

 o PlaneBase()
 o PlaneBase(String, String, String, int)

Method Index

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

Variables

 o name
  protected String name
 o seatImage
  protected String seatImage
 o planeImage
  protected String planeImage
 o totalSeats
  protected int totalSeats

Constructors

 o PlaneBase
  public PlaneBase()
 o PlaneBase
  public PlaneBase(String name,
                   String planeImage,
                   String seatImage,
                   int totalSeats)

Methods

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