public class DictionaryVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,DictionaryVO> |
DICTIONARY |
static BasicProperty<java.lang.String,DictionaryVO> |
LABEL |
| Constructor and Description |
|---|
DictionaryVO() |
DictionaryVO(Property<T,? super DictionaryVO> 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.lang.String |
getDictionary() |
java.lang.String |
getLabel() |
int |
hashCode() |
void |
setDictionary(java.lang.String dictionary) |
void |
setLabel(java.lang.String label) |
java.lang.String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,DictionaryVO> DICTIONARY
public static final BasicProperty<java.lang.String,DictionaryVO> LABEL
public DictionaryVO()
public DictionaryVO(Property<T,? super DictionaryVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getDictionary()
public void setDictionary(java.lang.String dictionary)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
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