Searched refs:getCity (Results 1 - 3 of 3) sorted by relevance

/org.ahmadsoft.jpostal-1.0.44/src/org/ahmadsoft/postal/
H A DPostalCodeEntry.java53 public String getCity() { method in class:PostalCodeEntry
91 return getCity() + ", " + getState() + " " + getPostalCode() + " [" + PostalCodeConstants.toString(getEntryType()) + "]";
H A DUSPostalCodeService.java201 min = Math.min(min, StringUtils.getLevenshteinDistance(entry.getCity(), city));
207 if (min == StringUtils.getLevenshteinDistance(entry.getCity(), city)) {
/org.ahmadsoft.jpostal-1.0.44/src/org/ahmadsoft/postal/test/
H A DSimpleTester.java193 System.out.println(z.getCity() + ", " + z.getState() + ", " + PostalCodeConstants.toString(z.getEntryType()));

Completed in 5 milliseconds