public class DailyContribution extends Object
| Modifier and Type | Field and Description |
|---|---|
private Map<IWare,Integer> |
contributions |
| Constructor and Description |
|---|
DailyContribution() |
| Modifier and Type | Method and Description |
|---|---|
void |
contribute(IWare ware,
int amount)
Update the contribution for the day the amount may be positive or negative
|
int |
getContribution(IWare ware)
Retrieve the contributions for the day
|
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.