Package | Description |
---|---|
com.gwtplatform.carstore.server.dao.domain |
Modifier and Type | Method and Description |
---|---|
static Car |
Car.create(CarDto carDto) |
Car |
Rating.getCar() |
Car |
CarProperties.getCar() |
Modifier and Type | Method and Description |
---|---|
static List<Car> |
Car.create(List<CarDto> carDtos) |
List<Car> |
Manufacturer.getCars() |
Modifier and Type | Method and Description |
---|---|
static CarDto |
Car.createDto(Car car) |
void |
Rating.setCar(Car car) |
void |
CarProperties.setCar(Car car) |
Modifier and Type | Method and Description |
---|---|
static List<CarDto> |
Car.createDto(List<Car> cars) |
void |
Manufacturer.setCars(List<Car> cars) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.