{@inheritDoc}
()
| 5600 | |
| 5601 | /** {@inheritDoc} */ |
| 5602 | @Override |
| 5603 | public final String toString() { |
| 5604 | if (getView() == null) { |
| 5605 | return getPaperCard().getName(); |
| 5606 | } |
| 5607 | return getView().toString(); |
| 5608 | } |
| 5609 | |
| 5610 | public final boolean isUnearthed() { |
| 5611 | return unearthed; |
no test coverage detected