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
-
name
-
-
planeImage
-
-
seatImage
-
-
totalSeats
-
-
PlaneBase()
-
-
PlaneBase(String, String, String, int)
-
-
getName()
-
-
getPlaneImage()
-
-
getSeatImage()
-
-
getTotalSeats()
-
-
toString()
- Returns a String that represents the value of this Object.
name
protected String name
seatImage
protected String seatImage
planeImage
protected String planeImage
totalSeats
protected int totalSeats
PlaneBase
public PlaneBase()
PlaneBase
public PlaneBase(String name,
String planeImage,
String seatImage,
int totalSeats)
getName
public String getName()
getTotalSeats
public int getTotalSeats()
getSeatImage
public String getSeatImage()
getPlaneImage
public String getPlaneImage()
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