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 String
name
protected double
probability
protected String
socialClass
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCarName()
String
getName()
double
getProbability()
String
getSocialClassName()
-
-
-
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)
-
-