| Package | Description |
|---|---|
| com.gwtplatform.carstore.server.dao.domain |
| Modifier and Type | Method and Description |
|---|---|
static Manufacturer |
Manufacturer.create(ManufacturerDto manufacturerDto) |
Manufacturer |
Car.getManufacturer() |
| Modifier and Type | Method and Description |
|---|---|
static ManufacturerDto |
Manufacturer.createDto(Manufacturer manufacturer) |
void |
Car.setManufacturer(Manufacturer manufacturer) |
| Modifier and Type | Method and Description |
|---|---|
static List<ManufacturerDto> |
Manufacturer.createDto(List<Manufacturer> manufacturers) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.