()
| 1387 | pairedWith = view.setCard(pairedWith, c, TrackableProperty.PairedWith); |
| 1388 | } |
| 1389 | public final boolean isPaired() { |
| 1390 | return pairedWith != null; |
| 1391 | } |
| 1392 | |
| 1393 | public Card getMeldedWith() { return meldedWith; } |
| 1394 | public void setMeldedWith(Card meldedWith) { this.meldedWith = meldedWith; } |
no outgoing calls
no test coverage detected