public static class

PropertyChangeNotification.Entry

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.events.PropertyChangeNotification.Entry

Class Overview

A property change entry.

Summary

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

Public Constructors

public Entry (String propfqn, Object value, IPropertyDefinition pd)

Public Methods

public IPropertyDefinition getPropertyDefinition ()

Returns
  • may be null

public String getPropertyFullyQualifiedName ()

Returns
  • never null

public Object getUpdatedValue ()

Returns
  • non null if set to a value, null if the property was removed (= reset to default)

public String toString ()