public static class PropertyColumn.PropertyWrited extends PropertyColumn.Event
| Modifier and Type | Field and Description |
|---|---|
protected Object |
bean |
protected Property |
property |
protected Object |
value |
| Constructor and Description |
|---|
PropertyWrited()
Конструктор
|
PropertyWrited(PropertyColumn propertyColumn)
Конструктор
|
PropertyWrited(PropertyColumn propertyColumn,
Property property,
Object bean,
Object value)
Конструктор
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean()
Объект владелец обновленного свойства
|
Property |
getProperty()
Свойство обновленного объекта
|
Object |
getValue()
Записанное значение
|
void |
setBean(Object bean)
Объект владелец обновленного свойства
|
void |
setProperty(Property property)
Свойство обновленного объекта
|
void |
setValue(Object value)
Записанное значение
|
getPropertyColumn, setPropertyColumnprotected Property property
protected Object bean
protected Object value
public PropertyWrited()
public PropertyWrited(PropertyColumn propertyColumn)
propertyColumn - колонкаpublic PropertyWrited(PropertyColumn propertyColumn, Property property, Object bean, Object value)
propertyColumn - колонкаproperty - свойствоbean - объект владелец свойстваvalue - записанное значениеpublic Property getProperty()
public void setProperty(Property property)
property - свойствоpublic Object getBean()
public void setBean(Object bean)
bean - владелец свойстваpublic Object getValue()
public void setValue(Object value)
value - значениеCopyright © 2019. All rights reserved.