- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 27 of file MonthItem.java.
◆ MonthItem()
org.turro.financials.operating.MonthItem.MonthItem |
( |
int |
year, |
|
|
int |
month |
|
) |
| |
◆ compareTo()
int org.turro.financials.operating.MonthItem.compareTo |
( |
MonthItem |
o | ) |
|
Definition at line 54 of file MonthItem.java.
55 int result = CompareUtil.compare(year, o.year);
57 result = CompareUtil.compare(month, o.month);
◆ getMonth()
int org.turro.financials.operating.MonthItem.getMonth |
( |
| ) |
|
◆ getMovements()
Movements org.turro.financials.operating.MonthItem.getMovements |
( |
| ) |
|
◆ getStringId()
String org.turro.financials.operating.MonthItem.getStringId |
( |
| ) |
|
◆ getYear()
int org.turro.financials.operating.MonthItem.getYear |
( |
| ) |
|
The documentation for this class was generated from the following file: