public interface Venue
Modifier and Type | Method and Description |
---|---|
int |
getCapacity() |
String |
getCity() |
String |
getCountry() |
String |
getGPSCoordinates() |
String |
getId() |
String |
getName() |
String getId()
String getName()
int getCapacity()
String getCountry()
String getCity()
String getGPSCoordinates()
Copyright © 2016–2017. All rights reserved.