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)
public PropertyWrited(PropertyColumn propertyColumn, Property property, Object bean, Object value)
Copyright © 2018. All rights reserved.