org.zeroexchange.model.location
Class Location
java.lang.Object
org.zeroexchange.model.location.Location
- All Implemented Interfaces:
- Serializable
@Embeddable
public class Location
- extends Object
- implements Serializable
- Author:
- black
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Location
public Location()
getCity
public City getCity()
setCity
public void setCity(City city)
getLongitude
public BigDecimal getLongitude()
setLongitude
public void setLongitude(BigDecimal longitude)
getLatitude
public BigDecimal getLatitude()
setLatitude
public void setLatitude(BigDecimal latitude)
Copyright © 2013. All Rights Reserved.