public class Contributions extends Object
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.Multimap<IWare,Contribution> |
contributions |
private Date |
date |
| Constructor and Description |
|---|
Contributions() |
| Modifier and Type | Method and Description |
|---|---|
void |
contribute(IWare ware,
int amount)
Contribute the amount of the ware.
|
int |
getContribution(IWare ware)
Retrieve the contribution for the whole week
|
@Autowired private Date date
private com.google.common.collect.Multimap<IWare,Contribution> contributions
public int getContribution(IWare ware)
ware - public void contribute(IWare ware, int amount)
ware - amount - Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.