|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evdb.javaapi.data.Venue
public class Venue
Venue object
| Constructor Summary | |
|---|---|
Venue()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Street address of the venue |
java.util.List<Venue> |
getChildren()
List of child venues |
java.lang.String |
getCity()
City of the venue |
java.util.List<Comment> |
getComments()
Venue comments |
java.lang.String |
getCountry()
Country the venue is in |
java.lang.String |
getCountryThreeLetterAbbreviation()
Three letter country abbreviation |
java.lang.String |
getCountryTwoLetterAbbreviation()
2-letter country abbreviation |
java.lang.String |
getDescription()
Venue description |
int |
getDisplay()
Set the display property |
java.util.List<Event> |
getEvents()
List of events at the venue |
java.lang.String |
getGeocodeType()
Geocode type for the venue |
double |
getLatitude()
Latitude |
java.util.List<Link> |
getLinks()
List of web links |
double |
getLongitude()
Longitude |
java.lang.String |
getName()
Name of the venue |
java.util.List<Venue> |
getParents()
Parent venues |
java.lang.String |
getPostalCode()
Venue postal code |
int |
getPrivacy()
Venue privacy |
java.util.List<Property> |
getProperties()
Venue properties |
java.lang.String |
getRegion()
Region of the venue |
java.lang.String |
getRegionAbbreviation()
Region abbreviation |
java.lang.String |
getSvid()
Venue SVID |
java.util.List<Tag> |
getTags()
List of venue tags |
java.util.List<Trackback> |
getTrackbacks()
List of venue trackbacks |
java.lang.String |
getType()
Type of venue |
java.lang.String |
getUrl()
Venue URL |
java.lang.String |
getUrlType()
URL type |
void |
setAddress(java.lang.String venueAddress)
Street address of the venue |
void |
setChildren(java.util.List<Venue> children)
Set the child venues |
void |
setCity(java.lang.String venueCity)
Set the city |
void |
setComments(java.util.List<Comment> comments)
Set the venue comments |
void |
setCountry(java.lang.String country)
Country the venue is in |
void |
setCountryThreeLetterAbbreviation(java.lang.String countryThreeLetterAbbreviation)
Three letter country abbreviation |
void |
setCountryTwoLetterAbbreviation(java.lang.String countryTwoLetterAbbreviation)
2-letter abbreviation |
void |
setDescription(java.lang.String description)
Set the venue description |
void |
setDisplay(int venueDisplay)
Set the display property |
void |
setEvents(java.util.List<Event> events)
Set the venue event list |
void |
setGeocodeType(java.lang.String geocodeType)
Geocode type of the venue. |
void |
setLatitude(double latitude)
Latitude |
void |
setLinks(java.util.List<Link> links)
List of web links |
void |
setLongitude(double longitude)
Longitude |
void |
setName(java.lang.String venueName)
Set the venue name |
void |
setParents(java.util.List<Venue> parents)
Set the parent venues |
void |
setPostalCode(java.lang.String postalCode)
Postal code |
void |
setPrivacy(int privacy)
Set the venue privacy |
void |
setProperties(java.util.List<Property> properties)
List of venue properties |
void |
setRegion(java.lang.String region)
Venue Region |
void |
setRegionAbbreviation(java.lang.String regionAbbreviation)
Region abbreviation |
void |
setSvid(java.lang.String svid)
Venue SVID |
void |
setTags(java.util.List<Tag> tags)
Set the venue tags |
void |
setTrackbacks(java.util.List<Trackback> trackbacks)
List of venue trackbacks |
void |
setType(java.lang.String venueType)
Set the venue type |
void |
setUrl(java.lang.String url)
Set the venue URL |
void |
setUrlType(java.lang.String urlType)
URL type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Venue()
| Method Detail |
|---|
public java.lang.String getSvid()
public void setSvid(java.lang.String svid)
svid - the svid to setpublic java.lang.String getAddress()
public void setAddress(java.lang.String venueAddress)
venueAddress - the venueAddress to setpublic java.lang.String getCity()
public void setCity(java.lang.String venueCity)
venueCity - the venueCity to setpublic int getDisplay()
public void setDisplay(int venueDisplay)
venueDisplay - the venueDisplay to setpublic java.lang.String getName()
public void setName(java.lang.String venueName)
venueName - the venueName to setpublic java.lang.String getType()
public void setType(java.lang.String venueType)
venueType - the venueType to setpublic java.lang.String getCountry()
public void setCountry(java.lang.String country)
country - the country to setpublic java.lang.String getCountryThreeLetterAbbreviation()
public void setCountryThreeLetterAbbreviation(java.lang.String countryThreeLetterAbbreviation)
countryThreeLetterAbbreviation - the countryThreeLetterAbbreviation to setpublic java.lang.String getCountryTwoLetterAbbreviation()
public void setCountryTwoLetterAbbreviation(java.lang.String countryTwoLetterAbbreviation)
countryTwoLetterAbbreviation - the countryTwoLetterAbbreviation to setpublic java.lang.String getGeocodeType()
public void setGeocodeType(java.lang.String geocodeType)
geocodeType - the geocodeType to setpublic double getLatitude()
public void setLatitude(double latitude)
latitude - the latitude to setpublic double getLongitude()
public void setLongitude(double longitude)
longitude - the longitude to setpublic java.lang.String getPostalCode()
public void setPostalCode(java.lang.String postalCode)
postalCode - the postalCode to setpublic java.lang.String getRegion()
public void setRegion(java.lang.String region)
region - the region to setpublic java.lang.String getRegionAbbreviation()
public void setRegionAbbreviation(java.lang.String regionAbbreviation)
regionAbbreviation - the regionAbbreviation to setpublic java.util.List<Venue> getChildren()
public void setChildren(java.util.List<Venue> children)
children - the children to setpublic java.util.List<Comment> getComments()
public void setComments(java.util.List<Comment> comments)
comments - the comments to setpublic java.util.List<Event> getEvents()
public void setEvents(java.util.List<Event> events)
events - the events to setpublic java.util.List<Link> getLinks()
public void setLinks(java.util.List<Link> links)
links - the links to setpublic java.util.List<Venue> getParents()
public void setParents(java.util.List<Venue> parents)
parents - the parents to setpublic java.util.List<Trackback> getTrackbacks()
public void setTrackbacks(java.util.List<Trackback> trackbacks)
trackbacks - the trackbacks to setpublic java.util.List<Property> getProperties()
public void setProperties(java.util.List<Property> properties)
properties - the properties to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setpublic int getPrivacy()
public void setPrivacy(int privacy)
privacy - the privacy to setpublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - the url to setpublic java.lang.String getUrlType()
public void setUrlType(java.lang.String urlType)
urlType - the urlType to setpublic java.util.List<Tag> getTags()
public void setTags(java.util.List<Tag> tags)
tags - the tags to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||