com.evdb.javaapi.data
Class Venue

java.lang.Object
  extended by com.evdb.javaapi.data.Venue

public class Venue
extends java.lang.Object

Venue object

Author:
tylerv

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

Venue

public Venue()
Method Detail

getSvid

public java.lang.String getSvid()
Venue SVID

Returns:
the svid

setSvid

public void setSvid(java.lang.String svid)
Venue SVID

Parameters:
svid - the svid to set

getAddress

public java.lang.String getAddress()
Street address of the venue

Returns:
the venueAddress

setAddress

public void setAddress(java.lang.String venueAddress)
Street address of the venue

Parameters:
venueAddress - the venueAddress to set

getCity

public java.lang.String getCity()
City of the venue

Returns:
the venueCity

setCity

public void setCity(java.lang.String venueCity)
Set the city

Parameters:
venueCity - the venueCity to set

getDisplay

public int getDisplay()
Set the display property

Returns:
the venueDisplay

setDisplay

public void setDisplay(int venueDisplay)
Set the display property

Parameters:
venueDisplay - the venueDisplay to set

getName

public java.lang.String getName()
Name of the venue

Returns:
the venueName

setName

public void setName(java.lang.String venueName)
Set the venue name

Parameters:
venueName - the venueName to set

getType

public java.lang.String getType()
Type of venue

Returns:
the venueType

setType

public void setType(java.lang.String venueType)
Set the venue type

Parameters:
venueType - the venueType to set

getCountry

public java.lang.String getCountry()
Country the venue is in

Returns:
the country

setCountry

public void setCountry(java.lang.String country)
Country the venue is in

Parameters:
country - the country to set

getCountryThreeLetterAbbreviation

public java.lang.String getCountryThreeLetterAbbreviation()
Three letter country abbreviation

Returns:
the countryThreeLetterAbbreviation

setCountryThreeLetterAbbreviation

public void setCountryThreeLetterAbbreviation(java.lang.String countryThreeLetterAbbreviation)
Three letter country abbreviation

Parameters:
countryThreeLetterAbbreviation - the countryThreeLetterAbbreviation to set

getCountryTwoLetterAbbreviation

public java.lang.String getCountryTwoLetterAbbreviation()
2-letter country abbreviation

Returns:
the countryTwoLetterAbbreviation

setCountryTwoLetterAbbreviation

public void setCountryTwoLetterAbbreviation(java.lang.String countryTwoLetterAbbreviation)
2-letter abbreviation

Parameters:
countryTwoLetterAbbreviation - the countryTwoLetterAbbreviation to set

getGeocodeType

public java.lang.String getGeocodeType()
Geocode type for the venue

Returns:
the geocodeType

setGeocodeType

public void setGeocodeType(java.lang.String geocodeType)
Geocode type of the venue. Note: this property should not be set by external users

Parameters:
geocodeType - the geocodeType to set

getLatitude

public double getLatitude()
Latitude

Returns:
the latitude

setLatitude

public void setLatitude(double latitude)
Latitude

Parameters:
latitude - the latitude to set

getLongitude

public double getLongitude()
Longitude

Returns:
the longitude

setLongitude

public void setLongitude(double longitude)
Longitude

Parameters:
longitude - the longitude to set

getPostalCode

public java.lang.String getPostalCode()
Venue postal code

Returns:
the postalCode

setPostalCode

public void setPostalCode(java.lang.String postalCode)
Postal code

Parameters:
postalCode - the postalCode to set

getRegion

public java.lang.String getRegion()
Region of the venue

Returns:
the region

setRegion

public void setRegion(java.lang.String region)
Venue Region

Parameters:
region - the region to set

getRegionAbbreviation

public java.lang.String getRegionAbbreviation()
Region abbreviation

Returns:
the regionAbbreviation

setRegionAbbreviation

public void setRegionAbbreviation(java.lang.String regionAbbreviation)
Region abbreviation

Parameters:
regionAbbreviation - the regionAbbreviation to set

getChildren

public java.util.List<Venue> getChildren()
List of child venues

Returns:
the children

setChildren

public void setChildren(java.util.List<Venue> children)
Set the child venues

Parameters:
children - the children to set

getComments

public java.util.List<Comment> getComments()
Venue comments

Returns:
the comments

setComments

public void setComments(java.util.List<Comment> comments)
Set the venue comments

Parameters:
comments - the comments to set

getEvents

public java.util.List<Event> getEvents()
List of events at the venue

Returns:
the events

setEvents

public void setEvents(java.util.List<Event> events)
Set the venue event list

Parameters:
events - the events to set

getLinks

public java.util.List<Link> getLinks()
List of web links

Returns:
the links

setLinks

public void setLinks(java.util.List<Link> links)
List of web links

Parameters:
links - the links to set

getParents

public java.util.List<Venue> getParents()
Parent venues

Returns:
the parents

setParents

public void setParents(java.util.List<Venue> parents)
Set the parent venues

Parameters:
parents - the parents to set

getTrackbacks

public java.util.List<Trackback> getTrackbacks()
List of venue trackbacks

Returns:
the trackbacks

setTrackbacks

public void setTrackbacks(java.util.List<Trackback> trackbacks)
List of venue trackbacks

Parameters:
trackbacks - the trackbacks to set

getProperties

public java.util.List<Property> getProperties()
Venue properties

Returns:
the properties

setProperties

public void setProperties(java.util.List<Property> properties)
List of venue properties

Parameters:
properties - the properties to set

getDescription

public java.lang.String getDescription()
Venue description

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Set the venue description

Parameters:
description - the description to set

getPrivacy

public int getPrivacy()
Venue privacy

Returns:
the privacy

setPrivacy

public void setPrivacy(int privacy)
Set the venue privacy

Parameters:
privacy - the privacy to set

getUrl

public java.lang.String getUrl()
Venue URL

Returns:
the url

setUrl

public void setUrl(java.lang.String url)
Set the venue URL

Parameters:
url - the url to set

getUrlType

public java.lang.String getUrlType()
URL type

Returns:
the urlType

setUrlType

public void setUrlType(java.lang.String urlType)
URL type

Parameters:
urlType - the urlType to set

getTags

public java.util.List<Tag> getTags()
List of venue tags

Returns:
the tags

setTags

public void setTags(java.util.List<Tag> tags)
Set the venue tags

Parameters:
tags - the tags to set


Copyright © 2007 Eventful Inc. All Rights Reserved.