public class CarDto extends BaseEntity
id
Constructor and Description |
---|
CarDto() |
CarDto(String model,
ManufacturerDto manufacturer,
CarPropertiesDto carProperties) |
Modifier and Type | Method and Description |
---|---|
CarPropertiesDto |
getCarProperties() |
ManufacturerDto |
getManufacturer() |
String |
getModel() |
List<RatingDto> |
getRatings() |
void |
setCarProperties(CarPropertiesDto carProperties) |
void |
setManufacturer(ManufacturerDto manufacturer) |
void |
setModel(String model) |
void |
setRatings(List<RatingDto> ratings) |
public CarDto()
public CarDto(String model, ManufacturerDto manufacturer, CarPropertiesDto carProperties)
public String getModel()
public void setModel(String model)
public ManufacturerDto getManufacturer()
public void setManufacturer(ManufacturerDto manufacturer)
public CarPropertiesDto getCarProperties()
public void setCarProperties(CarPropertiesDto carProperties)
Copyright © 2010-2014 ArcBees. All Rights Reserved.