| | |
| | | |
| | | private String ftpPath; |
| | | |
| | | private String testSwitch; |
| | | |
| | | |
| | | public String getMappingPath() { |
| | | return mappingPath; |
| | | } |
| | |
| | | this.ftpUserPassword = ftpUserPassword; |
| | | } |
| | | |
| | | public int getFtpPort() { |
| | | return ftpPort; |
| | | } |
| | | |
| | | public void setFtpPort(int ftpPort) { |
| | | this.ftpPort = ftpPort; |
| | | } |
| | | |
| | | public int getFtpPort() { |
| | | return ftpPort; |
| | | } |
| | | |
| | | public String getFtpPath() { |
| | |
| | | public void setFtpPath(String ftpPath) { |
| | | this.ftpPath = ftpPath; |
| | | } |
| | | |
| | | public String getTestSwitch() { |
| | | return testSwitch; |
| | | } |
| | | |
| | | public void setTestSwitch(String testSwitch) { |
| | | this.testSwitch = testSwitch; |
| | | } |
| | | } |