java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.events.PropertyChangeNotification.Entry |
A property change entry.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Entry(String propfqn, Object value, IPropertyDefinition pd) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
IPropertyDefinition | getPropertyDefinition() | ||||||||||
String | getPropertyFullyQualifiedName() | ||||||||||
Object | getUpdatedValue() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|