|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReportResult
This interface defines basic methods for resulting reports.
| Method Summary | |
|---|---|
int |
getPeriod()
Returns a period which specifies a time span within a year. |
PeriodUnit |
getPeriodUnit()
Returns the unit of the period. |
| Method Detail |
|---|
int getPeriod()
Returns a period which specifies a time span within a year.
The returned period must be interpreted in conjunction
with the returned PeriodUnit of getPeriodUnit().
getPeriodUnit() returns PeriodUnit.MONTH
getPeriod() returns 3
The returned period 3 must be interpreted as
the third month of the year (i.e. it represents
the month March).
If the getPeriodUnit() returns PeriodUnit.QUARTER,
then the returned period 3 must be interpreted as the third
quarter of the year.
PeriodUnit getPeriodUnit()
Returns the unit of the period.
PeriodUnitgetPeriod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||