public String getCustomerSSN() { // return the customer's SSN< return customerSSN; } #### public String getCustomerID { // return the customer's SSN return customerID; } #### if (ftpResponse.charAt(0) == '2') // ftp result in 200s = success #### public boolean wasSuccessful(String ftpResponse) { return ftpResponse.charAt(0) == '2'; } #### if (wasSuccessful(ftpResonse))