MATSIM
Classes | Public Member Functions | List of all members
org.matsim.households.Income Interface Reference
Inheritance diagram for org.matsim.households.Income:
Inheritance graph
[legend]

Classes

enum  IncomePeriod
 

Public Member Functions

String getCurrency ()
 
IncomePeriod getIncomePeriod ()
 
double getIncome ()
 
void setCurrency (String currency)
 

Detailed Description

Simple interface to represent an income including a time period and a currency.

Author
dgrether

Definition at line 26 of file Income.java.

Member Function Documentation

◆ getCurrency()

String org.matsim.households.Income.getCurrency ( )

◆ getIncomePeriod()

IncomePeriod org.matsim.households.Income.getIncomePeriod ( )

◆ getIncome()

double org.matsim.households.Income.getIncome ( )

◆ setCurrency()

void org.matsim.households.Income.setCurrency ( String  currency)

The documentation for this interface was generated from the following file: