Car.Builder |
Car.Builder.clearDoors() |
Clears the value of the 'doors' field.
|
Car.Builder |
Car.Builder.clearEngine() |
Clears the value of the 'engine' field.
|
Car.Builder |
Car.Builder.clearMake() |
Clears the value of the 'make' field.
|
Car.Builder |
Car.Builder.clearModel() |
Clears the value of the 'model' field.
|
Car.Builder |
Car.Builder.clearOptionalExtra() |
Clears the value of the 'optionalExtra' field.
|
Car.Builder |
Car.Builder.clearRegistration() |
Clears the value of the 'registration' field.
|
Car.Builder |
Car.Builder.clearServiceHistory() |
Clears the value of the 'serviceHistory' field.
|
Car.Builder |
Car.Builder.clearVin() |
Clears the value of the 'vin' field.
|
Car.Builder |
Car.Builder.clearYear() |
Clears the value of the 'year' field.
|
static Car.Builder |
Car.newBuilder() |
Creates a new Car RecordBuilder.
|
static Car.Builder |
Car.newBuilder(Car other) |
Creates a new Car RecordBuilder by copying an existing Car instance.
|
static Car.Builder |
Car.newBuilder(Car.Builder other) |
Creates a new Car RecordBuilder by copying an existing Builder.
|
Car.Builder |
Car.Builder.setDoors(int value) |
Sets the value of the 'doors' field.
|
Car.Builder |
Car.Builder.setEngine(Engine value) |
Sets the value of the 'engine' field.
|
Car.Builder |
Car.Builder.setEngineBuilder(Engine.Builder value) |
Sets the Builder instance for the 'engine' field
|
Car.Builder |
Car.Builder.setMake(String value) |
Sets the value of the 'make' field.
|
Car.Builder |
Car.Builder.setModel(String value) |
Sets the value of the 'model' field.
|
Car.Builder |
Car.Builder.setOptionalExtra(Object value) |
Sets the value of the 'optionalExtra' field.
|
Car.Builder |
Car.Builder.setRegistration(String value) |
Sets the value of the 'registration' field.
|
Car.Builder |
Car.Builder.setServiceHistory(List<Service> value) |
Sets the value of the 'serviceHistory' field.
|
Car.Builder |
Car.Builder.setVin(Vin value) |
Sets the value of the 'vin' field.
|
Car.Builder |
Car.Builder.setYear(long value) |
Sets the value of the 'year' field.
|