public class LatLongDTO extends ObservableBean implements ILatLong
| Modifier and Type | Field and Description |
|---|---|
static Property<java.math.BigDecimal,LatLongDTO> |
LATITUDE |
static Property<java.math.BigDecimal,LatLongDTO> |
LONGITUDE |
| Constructor and Description |
|---|
LatLongDTO() |
LatLongDTO(Property<T,? super LatLongDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.math.BigDecimal |
getLatitude() |
java.math.BigDecimal |
getLongitude() |
void |
setLatitude(java.math.BigDecimal latitude) |
void |
setLongitude(java.math.BigDecimal longitude) |
java.lang.String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.math.BigDecimal,LatLongDTO> LATITUDE
public static final Property<java.math.BigDecimal,LatLongDTO> LONGITUDE
public LatLongDTO()
public LatLongDTO(Property<T,? super LatLongDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ObservableBeanprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ObservableBeanpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ObservableBeanpublic java.math.BigDecimal getLatitude()
getLatitude in interface ILatLongpublic java.math.BigDecimal getLongitude()
getLongitude in interface ILatLongpublic void setLatitude(java.math.BigDecimal latitude)
public void setLongitude(java.math.BigDecimal longitude)
public java.lang.String toString()
toString in class java.lang.Object