public class Car extends BaseEntity
id
Constructor and Description |
---|
Car() |
Modifier and Type | Method and Description |
---|---|
static Car |
create(CarDto carDto) |
static List<Car> |
create(List<CarDto> carDtos) |
static CarDto |
createDto(Car car) |
static List<CarDto> |
createDto(List<Car> cars) |
CarProperties |
getCarProperties() |
Manufacturer |
getManufacturer() |
String |
getModel() |
void |
setCarProperties(CarProperties carProperties) |
void |
setManufacturer(Manufacturer manufacturer) |
void |
setModel(String model) |
public String getModel()
public void setModel(String model)
public Manufacturer getManufacturer()
public void setManufacturer(Manufacturer manufacturer)
public CarProperties getCarProperties()
public void setCarProperties(CarProperties carProperties)
Copyright © 2010-2014 ArcBees. All Rights Reserved.