Get Applied Name @return Applied name
()
| 208 | * @return Applied name |
| 209 | */ |
| 210 | public String getAppliedName() |
| 211 | { |
| 212 | if (!appliedBonusName.isEmpty()) |
| 213 | { |
| 214 | |
| 215 | return " [" + appliedBonusName + "]"; |
| 216 | } |
| 217 | |
| 218 | return ""; |
| 219 | } |
| 220 | |
| 221 | // |
| 222 | // TYPE queries |
no test coverage detected