Class ChangeEntityProperty

java.lang.Object
com.aquima.interactions.profile.model.command.ChangeEntityProperty
All Implemented Interfaces:
ITransactionalAction, Serializable

public class ChangeEntityProperty extends Object implements ITransactionalAction
This command holds the information needed to execute a change property command.
Since:
5.0
Author:
O. Kerpershoek, N. van Noorloos
See Also:
  • Constructor Details

    • ChangeEntityProperty

      public ChangeEntityProperty(EntityValue reference, String property, IValue previousValue)
      Constructs a change property command for an entity.
      Parameters:
      reference - Reference to the instance whose property was changed.
      property - The name of the property.
      previousValue - The value of the property before the change.
  • Method Details