mDisplay = entry.getDisplayName(); mValue = entry.getDestination().trim(); mContactId = entry.getContactId(); mDirectoryId = entry.getDirectoryId(); mLookupKey = entry.getLookupKey(); mDataId = entry.getDataId(); mEntry = entry;
return mContactId;
return mDataId;
return mDirectoryId;
return mDisplay;
return mEntry;
return mLookupKey;
return !TextUtils.isEmpty(mOriginalText) ? mOriginalText : mEntry.getDestination();
return mValue;
return mSelected;
if (TextUtils.isEmpty(text)) { mOriginalText = text; } else { mOriginalText = text.trim(); }
mSelected = selected;
return mDisplay + " <" + mValue + ">";