Package org.powertac.evcustomer.beans
Class ClassCar
- java.lang.Object
-
- org.powertac.evcustomer.beans.ClassCar
-
public class ClassCar extends Object
Join table between EvSocialClass and CarType- Author:
- jcollins
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringnameprotected doubleprobabilityprotected StringsocialClass
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCarName()StringgetName()doublegetProbability()StringgetSocialClassName()
-
-
-
Field Detail
-
name
protected String name
-
socialClass
@ConfigurableValue(valueType="String", dump=false, description="Social class name") protected String socialClass
-
probability
@ConfigurableValue(valueType="Double", dump=false, description="Probability of a member of the class owning the car") protected double probability
-
-
Constructor Detail
-
ClassCar
public ClassCar(String name)
-
-