18 package org.turro.financials.report;
27 private int year, month;
72 if (getClass() != obj.getClass()) {
76 if (this.year != other.year) {
79 if (this.month != other.month) {
88 hash = 17 * hash + this.year;
89 hash = 17 * hash + this.month;
boolean equals(Object obj)
void setItem(AccountReportItem item)
AccountReportItem getItem()
void setValue(double value)
AccountReportPeriod(int year, int month)