◆ AccountReportPeriod()
| org.turro.financials.report.AccountReportPeriod.AccountReportPeriod |
( |
int |
year, |
|
|
int |
month |
|
) |
| |
◆ equals()
| boolean org.turro.financials.report.AccountReportPeriod.equals |
( |
Object |
obj | ) |
|
Definition at line 68 of file AccountReportPeriod.java.
72 if (getClass() != obj.getClass()) {
76 if (this.year != other.year) {
79 if (this.month != other.month) {
AccountReportPeriod(int year, int month)
◆ getItem()
◆ getMonth()
| int org.turro.financials.report.AccountReportPeriod.getMonth |
( |
| ) |
|
◆ getValue()
| double org.turro.financials.report.AccountReportPeriod.getValue |
( |
| ) |
|
◆ getYear()
| int org.turro.financials.report.AccountReportPeriod.getYear |
( |
| ) |
|
◆ hashCode()
| int org.turro.financials.report.AccountReportPeriod.hashCode |
( |
| ) |
|
◆ setItem()
| void org.turro.financials.report.AccountReportPeriod.setItem |
( |
AccountReportItem |
item | ) |
|
◆ setMonth()
| void org.turro.financials.report.AccountReportPeriod.setMonth |
( |
int |
month | ) |
|
◆ setValue()
| void org.turro.financials.report.AccountReportPeriod.setValue |
( |
double |
value | ) |
|
◆ setYear()
| void org.turro.financials.report.AccountReportPeriod.setYear |
( |
int |
year | ) |
|
The documentation for this class was generated from the following file: