| java.lang.Object | |
| ↳ | com.mapsted.ui_components.property.PropertyListItem | 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PropertyListItem(PropertyInfo propertyInfo) | |||||||||||
| PropertyListItem(PropertyInfo propertyInfo, double distance) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | getDistance() | ||||||||||
| int | getDownloadProgressPct() | ||||||||||
| DownloadStatus | getDownloadStatus() | ||||||||||
| PropertyInfo | getPropertyInfo() | ||||||||||
| boolean | isBusy() | ||||||||||
| boolean | isDidJustDownloaded() | ||||||||||
| boolean | isDownloadInProgress() | ||||||||||
| void | setBusy(boolean busy) | ||||||||||
| void | setDidJustDownloaded() | ||||||||||
| void | setDistance(double distance) | ||||||||||
| void | setDownloadInProgress(boolean downloadInProgress, int pct) | ||||||||||
| void | setDownloadStatus(DownloadStatus downloadStatus) | ||||||||||
| void | setPropertyInfo(PropertyInfo propertyInfo) | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||