org.zeroexchange.model.location
Class Location

java.lang.Object
  extended by org.zeroexchange.model.location.Location
All Implemented Interfaces:
Serializable

@Embeddable
public class Location
extends Object
implements Serializable

Author:
black
See Also:
Serialized Form

Constructor Summary
Location()
           
 
Method Summary
 City getCity()
           
 BigDecimal getLatitude()
           
 BigDecimal getLongitude()
           
 void setCity(City city)
           
 void setLatitude(BigDecimal latitude)
           
 void setLongitude(BigDecimal longitude)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location()
Method Detail

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.