public class Venue extends Object
Constructor and Description |
---|
Venue() |
Modifier and Type | Method and Description |
---|---|
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() |
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object that)
equals
in class Object
Object.equals(Object)
public String toString()
toString
in class Object
Object.toString()
public String getStreet()
public String getCity()
public String getState()
public String getCountry()
public Double getLatitude()
public Double getLongitude()
Copyright © 2014. All rights reserved.