Searched defs:getCity (Results 1 - 1 of 1) 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()) + "]";

Completed in 2 milliseconds