com.restfb.types
Class Venue

java.lang.Object
  extended by com.restfb.types.Venue
All Implemented Interfaces:
Serializable

public class Venue
extends Object
implements Serializable

Represents the Venue Graph API type.

Since:
1.5
Author:
Mark Allen
See Also:
Serialized Form

Constructor Summary
Venue()
           
 
Method Summary
 boolean equals(Object that)
           
 String getCity()
          The venue's city.
 String getCountry()
          The venue's country.
 Double getLatitude()
          The venue's latitude.
 Double getLongitude()
          The venue's longitude.
 String getState()
          The venue's state.
 String getStreet()
          Street address of the venue.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Venue

public Venue()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object that)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getStreet

public String getStreet()
Street address of the venue.

Returns:
Street address of the venue.

getCity

public String getCity()
The venue's city.

Returns:
The venue's city.

getState

public String getState()
The venue's state.

Returns:
The venue's state.

getCountry

public String getCountry()
The venue's country.

Returns:
The venue's country.

getLatitude

public Double getLatitude()
The venue's latitude.

Returns:
The venue's latitude.

getLongitude

public Double getLongitude()
The venue's longitude.

Returns:
The venue's longitude.


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.