()
| 146 | * PCClassLevel |
| 147 | */ |
| 148 | @Override |
| 149 | public String getQualifiedKey() |
| 150 | { |
| 151 | if (classKey == null) |
| 152 | { |
| 153 | classKey = "CLASS:" + getKeyName(); //$NON-NLS-1$ |
| 154 | |
| 155 | } |
| 156 | return classKey; |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * Returns the total bonus to the specified bonus type and name. |