public class SignedDmdCoordinateEditorModel extends DmdCoordinate
| Modifier and Type | Field and Description |
|---|---|
protected Object |
bean
Bean where to push data.
|
static String |
PROPERTY_BEAN |
static String |
PROPERTY_PROPERTY_DECIMAL |
static String |
PROPERTY_PROPERTY_DEGREE |
static String |
PROPERTY_PROPERTY_MINUTE |
static String |
PROPERTY_PROPERTY_SIGN |
protected String |
propertyDecimal
Name of the property of the bean to fire the change of the
DmdCoordinate.decimal. |
protected String |
propertyDegree
Name of the property of the bean to fire the change of the
DmdCoordinate.degree. |
protected String |
propertyMinute
Name of the property of the bean to fire the change of the
DmdCoordinate.minute. |
protected String |
propertySign
Name of the property of the bean to fire the change of the
DmdCoordinate.sign. |
COORDINATE_PATTERN, COORDINATE_STRING_PATTERN, decimal, degree, minute, PROPERTY_DECIMAL, PROPERTY_DEGREE, PROPERTY_MINUTE, PROPERTY_SIGN, sign| Constructor and Description |
|---|
SignedDmdCoordinateEditorModel() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean() |
String |
getPropertyDecimal() |
String |
getPropertyDegree() |
String |
getPropertyMinute() |
String |
getPropertySign() |
String |
getStringPattern() |
void |
setBean(Object bean) |
void |
setPropertyDecimal(String propertyDecimal) |
void |
setPropertyDegree(String propertyDegree) |
void |
setPropertyMinute(String propertyMinute) |
void |
setPropertySign(String propertySign) |
void |
setValue(DmdCoordinate value) |
addTrailingZero, empty, fromDecimal, getDecimal, getDegree, getMinute, getNotNullDecimal, getNotNullDegree, getNotNullMinute, getSignedDegree, isDecimalNull, isDecimalValid, isDegreeNull, isDegreeValid, isLatitudeDegreeValid, isLongitudeDegreeValid, isMinuteNull, isMinuteValid, isNull, isSign, removeTrailingZero, reset, setDecimal, setDegree, setMinute, setSign, toDecimal, toString, valueOf, valueOf, valueOfaddPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_BEAN
public static final String PROPERTY_PROPERTY_SIGN
public static final String PROPERTY_PROPERTY_DEGREE
public static final String PROPERTY_PROPERTY_MINUTE
public static final String PROPERTY_PROPERTY_DECIMAL
protected Object bean
protected String propertySign
DmdCoordinate.sign.protected String propertyDegree
DmdCoordinate.degree.protected String propertyMinute
DmdCoordinate.minute.protected String propertyDecimal
DmdCoordinate.decimal.public Object getBean()
public void setBean(Object bean)
public String getPropertySign()
public void setPropertySign(String propertySign)
public String getPropertyDegree()
public void setPropertyDegree(String propertyDegree)
public String getPropertyMinute()
public void setPropertyMinute(String propertyMinute)
public String getPropertyDecimal()
public void setPropertyDecimal(String propertyDecimal)
public void setValue(DmdCoordinate value)
public String getStringPattern()
Copyright © 2008–2021 Ultreia.io. All rights reserved.