()
| 6320 | } |
| 6321 | |
| 6322 | public final String getImageKey() { |
| 6323 | if (!getRenderForUI()) { |
| 6324 | return ""; |
| 6325 | } |
| 6326 | Card uiCard = getCardForUi(); |
| 6327 | if(uiCard == null) |
| 6328 | return ""; |
| 6329 | return uiCard.currentState.getImageKey(); |
| 6330 | } |
| 6331 | public final void setImageKey(final String iFN) { |
| 6332 | if (!getRenderForUI()) { |
| 6333 | return; |
no test coverage detected