public class DocumentParameterVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,DocumentParameterVO> |
DISPLAY_NAME |
static BasicProperty<java.lang.String,DocumentParameterVO> |
KEY |
| Constructor and Description |
|---|
DocumentParameterVO() |
DocumentParameterVO(Property<T,? super DocumentParameterVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getDisplayName() |
java.lang.String |
getKey() |
void |
setDisplayName(java.lang.String displayName) |
void |
setKey(java.lang.String key) |
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,DocumentParameterVO> DISPLAY_NAME
public static final BasicProperty<java.lang.String,DocumentParameterVO> KEY
public DocumentParameterVO()
public DocumentParameterVO(Property<T,? super DocumentParameterVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public java.lang.String toString()
toString in class java.lang.Object