public class CountryVO extends ObservableBean
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,CountryVO> |
CODE |
static Property<java.lang.String,CountryVO> |
NAME |
| Constructor and Description |
|---|
CountryVO() |
CountryVO(Property<T,? super CountryVO> 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.lang.String |
getCode() |
java.lang.String |
getName() |
void |
setCode(java.lang.String code) |
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setprotected 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.lang.String getCode()
public java.lang.String getName()
public void setCode(java.lang.String code)
public void setName(java.lang.String name)
public java.lang.String toString()
toString in class java.lang.Object