public class MountainPeak extends AbstractObject
id
Constructor and Description |
---|
MountainPeak() |
Modifier and Type | Method and Description |
---|---|
Coords |
getCoords() |
int |
getHeight() |
String |
getLink() |
String |
getName() |
String |
getUrl() |
void |
setCoords(Coords coords) |
void |
setHeight(int height) |
void |
setName(String name) |
getId, setId
public String getName()
public void setName(String name)
public Coords getCoords()
public void setCoords(Coords coords)
public int getHeight()
public void setHeight(int height)
public String getUrl()
public String getLink()
Copyright © 2016. All rights reserved.