public class RatingDto extends BaseEntity
id
RatingDto()
RatingDto(CarDto car, Integer rating)
CarDto
getCar()
Integer
getRating()
void
setCar(CarDto car)
setRating(Integer rating)
String
toString()
equals, getId, hashCode, isSaved, setId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public RatingDto()
public RatingDto(CarDto car, Integer rating)
public CarDto getCar()
public void setCar(CarDto car)
public Integer getRating()
public void setRating(Integer rating)
public String toString()
toString
Object
Copyright © 2010-2014 ArcBees. All Rights Reserved.