setShipName method

void setShipName(
  1. String shipName
)

Implementation

void setShipName(String shipName) {
  this.shipName = shipName;
}