public interface INotificationPropertyType
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyName()
Returns the value of field 'propertyName'.
|
java.lang.String |
getPropertyValue()
Returns the value of field 'propertyValue'.
|
void |
setPropertyName(java.lang.String propertyName)
Sets the value of field 'propertyName'.
|
void |
setPropertyValue(java.lang.String propertyValue)
Sets the value of field 'propertyValue'.
|
java.lang.String getPropertyName()
java.lang.String getPropertyValue()
void setPropertyName(java.lang.String propertyName)
propertyName - the value of field 'propertyName'.void setPropertyValue(java.lang.String propertyValue)
propertyValue - the value of field 'propertyValue'.