Home | History | Annotate | Download | only in address

Lines Matching refs:displayName

67     /** displayName field
69 protected String displayName;
89 else if (that.displayName != null && this.displayName == null)
91 else if (that.displayName == null)
94 return displayName.equalsIgnoreCase(that.displayName)
172 if (displayName != null) {
174 .append(displayName)
179 if (addressType == NAME_ADDR || displayName != null)
182 if (addressType == NAME_ADDR || displayName != null)
219 return displayName;
223 * Set the displayName member
225 * @param displayName String to set
228 public void setDisplayName(String displayName) {
229 this.displayName = displayName;
272 /** return true if DisplayName exist.
277 return (displayName != null);
280 /** remove the displayName field
283 displayName = null;