Class ChangeAttributeProperty

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

public class ChangeAttributeProperty 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

    • ChangeAttributeProperty

      public ChangeAttributeProperty(ValueReference reference, String property, IValue previousValue)
      Constructs a change-property command.
      Parameters:
      reference - The reference to the attribute whose property was changed.
      property - The name of the property that was changed.
      previousValue - The old value of the property.
  • Method Details