ShortCar.Builder |
ShortCar.Builder.clearEngine() |
Clears the value of the 'engine' field.
|
ShortCar.Builder |
ShortCar.Builder.clearMake() |
Clears the value of the 'make' field.
|
ShortCar.Builder |
ShortCar.Builder.clearVin() |
Clears the value of the 'vin' field.
|
ShortCar.Builder |
ShortCar.Builder.clearYear() |
Clears the value of the 'year' field.
|
static ShortCar.Builder |
ShortCar.newBuilder() |
Creates a new ShortCar RecordBuilder.
|
static ShortCar.Builder |
ShortCar.newBuilder(ShortCar other) |
Creates a new ShortCar RecordBuilder by copying an existing ShortCar instance.
|
static ShortCar.Builder |
ShortCar.newBuilder(ShortCar.Builder other) |
Creates a new ShortCar RecordBuilder by copying an existing Builder.
|
ShortCar.Builder |
ShortCar.Builder.setEngine(Engine value) |
Sets the value of the 'engine' field.
|
ShortCar.Builder |
ShortCar.Builder.setEngineBuilder(Engine.Builder value) |
Sets the Builder instance for the 'engine' field
|
ShortCar.Builder |
ShortCar.Builder.setMake(String value) |
Sets the value of the 'make' field.
|
ShortCar.Builder |
ShortCar.Builder.setVin(Vin value) |
Sets the value of the 'vin' field.
|
ShortCar.Builder |
ShortCar.Builder.setYear(long value) |
Sets the value of the 'year' field.
|