infrastructure
Class Settings.GRANTS

java.lang.Object
  extended by infrastructure.Settings.GRANTS
Enclosing class:
Settings

public static class Settings.GRANTS
extends java.lang.Object


Field Summary
static int CHILD_GRANT
           
static int CHILD_GRANT_AGE
           
static int DISABILITY_GRANT
           
static double DISABILITY_GRANT_PROBABILITY
          right now, what we know is that it's low ...
static int FOSTER_CARE_GRANT
           
static int FOSTER_CARE_GRANT_AGE
           
static int NO_GRANT
           
static int PENSION_AGE_FEMALE
          Pension age for females
static int PENSION_AGE_MALE
          Pension age for males
static int PENSION_GRANT
           
 
Constructor Summary
Settings.GRANTS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_GRANT

public static final int NO_GRANT
See Also:
Constant Field Values

DISABILITY_GRANT

public static final int DISABILITY_GRANT
See Also:
Constant Field Values

PENSION_GRANT

public static final int PENSION_GRANT
See Also:
Constant Field Values

CHILD_GRANT

public static final int CHILD_GRANT
See Also:
Constant Field Values

FOSTER_CARE_GRANT

public static final int FOSTER_CARE_GRANT
See Also:
Constant Field Values

CHILD_GRANT_AGE

public static final int CHILD_GRANT_AGE
See Also:
Constant Field Values

FOSTER_CARE_GRANT_AGE

public static final int FOSTER_CARE_GRANT_AGE
See Also:
Constant Field Values

DISABILITY_GRANT_PROBABILITY

public static final double DISABILITY_GRANT_PROBABILITY
right now, what we know is that it's low ... need to digout from the fieldwork - this from the anecdotal account

See Also:
Constant Field Values

PENSION_AGE_FEMALE

public static final int PENSION_AGE_FEMALE
Pension age for females

See Also:
Constant Field Values

PENSION_AGE_MALE

public static final int PENSION_AGE_MALE
Pension age for males

See Also:
Constant Field Values
Constructor Detail

Settings.GRANTS

public Settings.GRANTS()