# Class: com.pnfsoftware.jeb.core.events.PropertyChangeNotification.Entry

A property change entry.

## Constructor: Entry
- parameter: `propfqn`, type: `java.lang.String`
- parameter: `value`, type: `java.lang.Object`
- parameter: `pd`, type: `com.pnfsoftware.jeb.core.properties.IPropertyDefinition`

Description: Create a property\-change entry.
parameter: propfqn: property fully\-qualified name
parameter: value: updated value, or `null` if the property was reset
parameter: pd: optional property definition

## Method: getPropertyDefinition
- return type: `com.pnfsoftware.jeb.core.properties.IPropertyDefinition`

Description: 
return: may be null

## Method: getPropertyFullyQualifiedName
- return type: `java.lang.String`

Description: 
return: never null

## Method: getUpdatedValue
- return type: `java.lang.Object`

Description: 
return: non null if set to a value, null if the property was removed \(= reset to default\)

## Method: toString
- return type: `java.lang.String`


