|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.fma.jtiledownloader.datatypes.TileDownloadError
public class TileDownloadError
Field Summary | |
---|---|
private Tile |
_tile
|
private TileDownloadResult |
result
|
Constructor Summary | |
---|---|
TileDownloadError()
|
Method Summary | |
---|---|
TileDownloadResult |
getResult()
Getter for result |
Tile |
getTile()
Getter for tile |
void |
setResult(TileDownloadResult result)
Setter for result |
void |
setTile(Tile tile)
Setter for tile |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Tile _tile
private TileDownloadResult result
Constructor Detail |
---|
public TileDownloadError()
Method Detail |
---|
public void setTile(Tile tile)
tile
- the tile to setpublic Tile getTile()
public void setResult(TileDownloadResult result)
result
- the result to setpublic TileDownloadResult getResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |