@NoNullFields @ImmutableGuavaCollections @NoBlanks public final class Car extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Car.Builder |
Modifier and Type | Method and Description |
---|---|
static Car.Builder |
builder() |
com.google.common.base.Optional<String> |
getDescription() |
Engine |
getEngine() |
String |
getMake() |
List<String> |
getPassengers() |
public List<String> getPassengers()
public com.google.common.base.Optional<String> getDescription()
public static Car.Builder builder()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.