getShipCity method

String getShipCity()

Implementation

String getShipCity() {
  return this.shipCity;
}