Methods Summary |
---|
public java.util.Set | getCarParts()
return carParts;
|
public CarType | getCarType()
return carType;
|
public long | getId()
return id;
|
public java.lang.String | getModel()
return model;
|
public void | setCarParts(java.util.Set carParts)
this.carParts = carParts;
|
public void | setCarType(CarType carType)
this.carType = carType;
|
public void | setId(long id)
this.id = id;
|
public void | setModel(java.lang.String model)
this.model = model;
|