public class AccountingReport extends Object implements Serializable
| Constructor and Description |
|---|
AccountingReport()
Instantiates a new accounting report.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
get(AccoutingReference reference)
Gets the.
|
Map<String,Integer> |
getMapReport()
Gets the map report.
|
void |
put(AccoutingReference reference,
Integer total)
Put.
|
String |
toString() |
public void put(AccoutingReference reference, Integer total)
reference - the referencetotal - the totalpublic Integer get(AccoutingReference reference)
reference - the referenceCopyright © 2015. All Rights Reserved.