예제 #1
0
 public String getPort() {
   return settings.getPort();
 }
예제 #2
0
 public void setPort(String port) {
   settings.setPort(port);
 }