public String getPort() {
   return settings.getPort();
 }
 public void setPort(String port) {
   settings.setPort(port);
 }