public class Location extends Object implements Serializable
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Time |
getEnd() |
GeoRSSModule |
getGeoRss() |
Time |
getStart() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setEnd(Time end) |
void |
setGeoRss(GeoRSSModule geoRss) |
void |
setStart(Time start) |
String |
toString() |
public String getDescription()
public void setDescription(String description)
public Time getStart()
public void setStart(Time start)
public Time getEnd()
public void setEnd(Time end)
public GeoRSSModule getGeoRss()
public void setGeoRss(GeoRSSModule geoRss)
Copyright © 2021. All rights reserved.