Set's the Temporary Bonuses name used for Display on Output Sheets @param aString Name to use for temp bonus
(final String aString)
| 198 | * Name to use for temp bonus |
| 199 | */ |
| 200 | public void setAppliedName(final String aString) |
| 201 | { |
| 202 | appliedBonusName = aString; |
| 203 | } |
| 204 | |
| 205 | /** |
| 206 | * Get Applied Name |
no outgoing calls
no test coverage detected