public class PropertyUpdateEvent
extends java.lang.Object
Constructor and Description |
---|
PropertyUpdateEvent()
Instantiates a new property update event.
|
PropertyUpdateEvent(java.lang.String codingSchemeUri,
java.lang.String codingSchemeVersion,
Entity entity,
Property propertyUpdates)
Instantiates a new property update event.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodingSchemeUri()
Gets the coding scheme uri.
|
java.lang.String |
getCodingSchemeVersion()
Gets the coding scheme version.
|
Entity |
getEntity()
Gets the entity.
|
Property |
getPropertyUpdates()
Gets the property updates.
|
void |
setCodingSchemeUri(java.lang.String codingSchemeUri)
Sets the coding scheme uri.
|
void |
setCodingSchemeVersion(java.lang.String codingSchemeVersion)
Sets the coding scheme version.
|
void |
setEntity(Entity entity)
Sets the entity.
|
void |
setPropertyUpdates(Property propertyUpdates)
Sets the property updates.
|
public PropertyUpdateEvent(java.lang.String codingSchemeUri, java.lang.String codingSchemeVersion, Entity entity, Property propertyUpdates)
codingSchemeUri
- the coding scheme uricodingSchemeVersion
- the coding scheme versionentity
- the entitypropertyUpdates
- the property updatespublic PropertyUpdateEvent()
public java.lang.String getCodingSchemeUri()
public void setCodingSchemeUri(java.lang.String codingSchemeUri)
codingSchemeUri
- the new coding scheme uripublic java.lang.String getCodingSchemeVersion()
public void setCodingSchemeVersion(java.lang.String codingSchemeVersion)
codingSchemeVersion
- the new coding scheme versionpublic Entity getEntity()
public void setEntity(Entity entity)
entity
- the new entitypublic Property getPropertyUpdates()
public void setPropertyUpdates(Property propertyUpdates)
propertyUpdates
- the new property updates