
public class Rating extends BaseEntity
id| Constructor and Description |
|---|
Rating() |
| Modifier and Type | Method and Description |
|---|---|
static Rating |
create(RatingDto ratingDto) |
static List<RatingDto> |
createDto(List<Rating> ratings) |
static RatingDto |
createDto(Rating rating) |
Car |
getCar() |
Integer |
getRating() |
void |
setCar(Car car) |
void |
setRating(Integer rating) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.