Get the map of bonuses for this object @return bonusMap
()
| 5780 | * @return bonusMap |
| 5781 | */ |
| 5782 | public Map<String, String> getBonusMap() |
| 5783 | { |
| 5784 | if (bonusMap == null) |
| 5785 | { |
| 5786 | bonusMap = new HashMap<>(); |
| 5787 | } |
| 5788 | |
| 5789 | return bonusMap; |
| 5790 | } |
| 5791 | |
| 5792 | /** |
| 5793 | * Put the key/value pair into the bonus map |
no outgoing calls
no test coverage detected