public class SeaPirate extends Object implements ISeaPirate
| Modifier and Type | Field and Description |
|---|---|
private String |
lastName |
private String |
name |
private int |
numberOfKills |
private INavigableVessel |
ship |
| Constructor and Description |
|---|
SeaPirate() |
| Modifier and Type | Method and Description |
|---|---|
void |
incNumberOfKills() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getNumberOfKills, getShipgetLastNameprivate String name
private String lastName
private INavigableVessel ship
private int numberOfKills
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.