public class Way extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
private String |
id
_more_
|
private String |
name
_more_
|
static Way |
OBSERVATION
_more_
|
Constructor and Description |
---|
Way()
_more_
|
Way(String id)
_more_
|
Way(String id,
String name)
_more_
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o)
_more_
|
boolean |
equals(Object o)
_more_
|
String |
getId()
_more_
|
String |
getName()
Get the Name property.
|
int |
hashCode()
_more_
|
boolean |
isObservation()
_more_
|
void |
setId(String id)
_more_
|
void |
setName(String value)
Set the Name property.
|
String |
toString()
_more_
|
public static final Way OBSERVATION
public Way()
public boolean isObservation()
public void setName(String value)
value
- The new value for Namepublic int compareTo(Object o)
compareTo
in interface Comparable
o
- _more_