()
| 86 | } |
| 87 | |
| 88 | public Collection<BonusObj> getBonuses() |
| 89 | { |
| 90 | if (bonusList == null) |
| 91 | { |
| 92 | return Collections.emptyList(); |
| 93 | } |
| 94 | return Collections.unmodifiableList(bonusList); |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * returns all BonusObj's that are "active" |
no test coverage detected