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
-
getName()
-
-
getPlaneImage()
-
-
getSeatImage()
-
-
getTotalSeats()
-
-
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()
getTotalSeats
public abstract int getTotalSeats()
getSeatImage
public abstract String getSeatImage()
getPlaneImage
public abstract String getPlaneImage()
All Packages Class Hierarchy This Package Previous Next Index