public class SignedDmsCoordinateEditorModel extends DmsCoordinate
| Modifier and Type | Field and Description |
|---|---|
protected Object |
bean
Bean where to push data.
|
static String |
PROPERTY_BEAN |
static String |
PROPERTY_PROPERTY_DEGREE |
static String |
PROPERTY_PROPERTY_MINUTE |
static String |
PROPERTY_PROPERTY_SECOND |
static String |
PROPERTY_PROPERTY_SIGN |
protected String |
propertyDegree
Name of the property of the bean to fire the change of the
DmsCoordinate.degree. |
protected String |
propertyMinute
Name of the property of the bean to fire the change of the
DmsCoordinate.minute. |
protected String |
propertySecond
Name of the property of the bean to fire the change of the
DmsCoordinate.second. |
protected String |
propertySign
Name of the property of the bean to fire the change of the
DmsCoordinate.sign. |
COORDINATE_PATTERN, COORDINATE_STRING_PATTERN, degree, minute, PROPERTY_DEGREE, PROPERTY_MINUTE, PROPERTY_SECOND, PROPERTY_SIGN, second, sign| Constructor and Description |
|---|
SignedDmsCoordinateEditorModel() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean() |
String |
getPropertyDegree() |
String |
getPropertyMinute() |
String |
getPropertySecond() |
String |
getPropertySign() |
String |
getStringPattern() |
void |
setBean(Object bean) |
void |
setPropertyDegree(String propertyDegree) |
void |
setPropertyMinute(String propertyMinute) |
void |
setPropertySecond(String propertySecond) |
void |
setPropertySign(String propertySign) |
void |
setValue(DmsCoordinate value) |
addTrailingZero, empty, fromDecimal, getDegree, getMinute, getNotNullDegree, getNotNullMinute, getNotNullSecond, getSecond, getSignedDegree, isDegreeNull, isDegreeValid, isLatitudeDegreeValid, isLongitudeDegreeValid, isMinuteNull, isMinuteValid, isNull, isSecondNull, isSecondValid, isSign, removeTrailingZero, reset, setDegree, setMinute, setSecond, 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_SECOND
protected Object bean
protected String propertySign
DmsCoordinate.sign.protected String propertyDegree
DmsCoordinate.degree.protected String propertyMinute
DmsCoordinate.minute.protected String propertySecond
DmsCoordinate.second.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 getPropertySecond()
public void setPropertySecond(String propertySecond)
public void setValue(DmsCoordinate value)
public String getStringPattern()
Copyright © 2008–2018 Ultreia.io. All rights reserved.