|
MATSIM
|

Classes | |
| enum | IncomePeriod |
Public Member Functions | |
| String | getCurrency () |
| IncomePeriod | getIncomePeriod () |
| double | getIncome () |
| void | setCurrency (String currency) |
Simple interface to represent an income including a time period and a currency.
Definition at line 26 of file Income.java.
| String org.matsim.households.Income.getCurrency | ( | ) |
Implemented in org.matsim.households.IncomeImpl.
| IncomePeriod org.matsim.households.Income.getIncomePeriod | ( | ) |
Implemented in org.matsim.households.IncomeImpl.
Referenced by org.matsim.households.HouseholdIncomeComparator.compare().
| double org.matsim.households.Income.getIncome | ( | ) |
Implemented in org.matsim.households.IncomeImpl.
Referenced by org.matsim.households.HouseholdIncomeComparator.compare().
| void org.matsim.households.Income.setCurrency | ( | String | currency | ) |
Implemented in org.matsim.households.IncomeImpl.
1.8.13