Package org.powertac.evcustomer.beans
Class ClassGroup
- java.lang.Object
-
- org.powertac.evcustomer.beans.ClassGroup
-
public class ClassGroup extends Object
Join table between EvSocialClass and SocialGroup- Version:
- 0.5, Date: 2013.11.08
- Author:
- Govert Buijs
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringnameprotected doubleprobabilityprotected StringsocialClassName
-
Constructor Summary
Constructors Constructor Description ClassGroup(String name)Constructor for auto-configuration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGroupId()doublegetMaleProbability()StringgetName()doublegetProbability()StringgetSocialClassName()
-
-
-
Field Detail
-
name
protected String name
-
socialClassName
@ConfigurableValue(valueType="String", dump=false, description="Social class name") protected String socialClassName
-
probability
@ConfigurableValue(valueType="Double", dump=false, description="Probability of a member of the class owning the car") protected double probability
-
-
Constructor Detail
-
ClassGroup
public ClassGroup(String name)
Constructor for auto-configuration
-
-