| Package | Description |
|---|---|
| org.primefaces.extensions.showcase.model |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Customer> |
Vehicle.getCustomers() |
java.util.List<Customer> |
Vehicle.getCustomers() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vehicle.setCustomers(java.util.List<Customer> customers) |
void |
Vehicle.setCustomers(java.util.List<Customer> customers) |
| Constructor and Description |
|---|
Vehicle(int model,
java.lang.String manufacturer,
java.lang.String color,
int speed,
int price,
int year,
java.util.List<Customer> customers) |
Vehicle(int model,
java.lang.String manufacturer,
java.lang.String color,
int speed,
int price,
int year,
java.util.List<Customer> customers) |
Copyright © 2011–2021. All rights reserved.