|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.jersey.examples.jsonjaxb.AircraftType
public class AircraftType
TODO javadoc.
| Field Summary | |
|---|---|
double |
length
|
int |
seatingCapacity
|
java.lang.String |
type
|
| Constructor Summary | |
|---|---|
AircraftType()
|
|
AircraftType(java.lang.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 |
|---|
public java.lang.String type
public double length
public int seatingCapacity
| Constructor Detail |
|---|
public AircraftType()
public AircraftType(java.lang.String type,
double length,
int seatingCapacity)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||