public class LatLongDTO extends Bean implements ILatLong
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.math.BigDecimal,LatLongDTO> |
LATITUDE |
static BasicProperty<java.math.BigDecimal,LatLongDTO> |
LONGITUDE |
| Constructor and Description |
|---|
LatLongDTO() |
LatLongDTO(Property<T,? super LatLongDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
equals(java.lang.Object other) |
java.math.BigDecimal |
getLatitude() |
java.math.BigDecimal |
getLongitude() |
int |
hashCode() |
void |
setLatitude(java.math.BigDecimal latitude) |
void |
setLongitude(java.math.BigDecimal longitude) |
java.lang.String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.math.BigDecimal,LatLongDTO> LATITUDE
public static final BasicProperty<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 Beanpublic java.math.BigDecimal getLatitude()
getLatitude in interface ILatLongpublic void setLatitude(java.math.BigDecimal latitude)
public java.math.BigDecimal getLongitude()
getLongitude in interface ILatLongpublic void setLongitude(java.math.BigDecimal longitude)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object