infrastructure
Class Settings.REMITTANCE

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

public static final class Settings.REMITTANCE
extends java.lang.Object

The remittance amount is set fixed at the moment; we would like to make it appear more plausible as further data are made available. magic number


Field Summary
static int MEAN
           
static int SKEWED_PIECE_WORK
           
static int SKEWED_REMITTANCE
           
static int STD_DEV
           
 
Constructor Summary
Settings.REMITTANCE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SKEWED_REMITTANCE

public static final int SKEWED_REMITTANCE
See Also:
Constant Field Values

MEAN

public static final int MEAN
See Also:
Constant Field Values

STD_DEV

public static final int STD_DEV
See Also:
Constant Field Values

SKEWED_PIECE_WORK

public static final int SKEWED_PIECE_WORK
See Also:
Constant Field Values
Constructor Detail

Settings.REMITTANCE

public Settings.REMITTANCE()