org.glassfish.jersey.examples.jsonjaxb
Class AircraftType
java.lang.Object
org.glassfish.jersey.examples.jsonjaxb.AircraftType
public class AircraftType
- extends Object
TODO javadoc.
- Author:
- Jakub Podlesak (jakub.podlesak at oracle.com), Marek Potociar (marek.potociar at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public String type
length
public double length
seatingCapacity
public int seatingCapacity
AircraftType
public AircraftType()
AircraftType
public AircraftType(String type,
double length,
int seatingCapacity)
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.