|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcitysdk.tourism.client.poi.base.POIBaseType
citysdk.tourism.client.poi.base.POIType
citysdk.tourism.client.poi.single.POI
citysdk.tourism.client.poi.lists.POIS<Event>
citysdk.tourism.client.poi.lists.ListEvent
public class ListEvent
Represents a list of Event.
| Constructor Summary | |
|---|---|
ListEvent()
Creates an empty list of Event. |
|
| Method Summary | |
|---|---|
void |
addEvent(Event event)
Adds an Event. |
Event |
get(int i)
Gets a given Event. |
java.util.List<Event> |
getEvents()
Gets all the events. |
int |
getNumEvents()
Returns the number of events stored. |
| Methods inherited from class citysdk.tourism.client.poi.lists.POIS |
|---|
add, getList, size |
| Methods inherited from class citysdk.tourism.client.poi.single.POI |
|---|
getLocation, hasAddress, setLocation |
| Methods inherited from class citysdk.tourism.client.poi.base.POIType |
|---|
addCategory, addDescription, addLabel, addLink, addTime, getCategory, getDescription, getLabel, getLink, getTime, hasCategories, hasDescriptions, hasLabels, hasLinks, hasTimes |
| Methods inherited from class citysdk.tourism.client.poi.base.POIBaseType |
|---|
getAuthor, getBase, getCreated, getDeleted, getHref, getId, getLang, getLicense, getType, getUpdated, getValue, setAuthor, setBase, setCreated, setDeleted, setHref, setId, setLang, setLicense, setType, setUpdated, setValue |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListEvent()
Event.
| Method Detail |
|---|
public void addEvent(Event event)
Event.
event - the Event to be added.public java.util.List<Event> getEvents()
Event.public Event get(int i)
Event.
get in class POIS<Event>i - the index of the Event
public int getNumEvents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||