| Constructor and Description |
|---|
PortableVehicle(long id,
String name,
int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
(package private) static PortableVehicle |
fromVehicle(Vehicle vehicle) |
int |
getCapacity() |
long |
getId() |
String |
getName() |
int |
hashCode() |
String |
toString() |
PortableVehicle(long id,
String name,
int capacity)
static PortableVehicle fromVehicle(Vehicle vehicle)
public long getId()
public String getName()
public int getCapacity()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.