public class Contributions
extends java.lang.Object
| Constructor | Description |
|---|---|
Contributions() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
contribute(IWare ware,
int amount) |
Contribute the amount of the ware.
|
int |
getContribution(IWare ware) |
Retrieve the contribution for the whole week
|
public int getContribution(IWare ware)
ware - for thitch to find the contributionpublic void contribute(IWare ware, int amount)
ware - that is contributedamount - of the contributed wareCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.