java.lang.Object | |
↳ | com.mapsted.ui.search.SearchResultItem |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public int | iconDrawableRes | ||||||||||
public String | id | ||||||||||
public String | subTitle1 | ||||||||||
public String | subTitle2 | ||||||||||
public String | text | ||||||||||
public int | type |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SearchResultItem(int searchResultItemType, String text, int propertyId) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
String | getId() | ||||||||||
int | getPropertyId() | ||||||||||
long | getTimestamp() | ||||||||||
int | hashCode() | ||||||||||
void | setIcon(int iconDrawableRes) | ||||||||||
void | setIconUrl(String iconUrl) | ||||||||||
void | setId(String id) | ||||||||||
void | setMapOverlayItem(MapOverlayItem mapOverlayItem) | ||||||||||
void | setPoi(Poi poi) | ||||||||||
void | setSearchEntity(SearchEntity searchEntity) | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
searchResultItemType | TYPE_HEADER or SearchResultItemType#TYPE_ITEM_* |
---|---|
text | text to show |