org.glassfish.jersey.examples.jsonjaxb
Class AircraftType

java.lang.Object
  extended by 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)

Field Summary
 double length
           
 int seatingCapacity
           
 String type
           
 
Constructor Summary
AircraftType()
           
AircraftType(String type, double length, int seatingCapacity)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public String type

length

public double length

seatingCapacity

public int seatingCapacity
Constructor Detail

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.