java.lang.Object
com.aquima.interactions.profile.model.command.ChangeValue
All Implemented Interfaces:
ITransactionalAction, Serializable
Direct Known Subclasses:
AddValue, ClearValue, RemoveValue, SetValue

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

  • Method Details

    • getEntityInstance

      protected IEntityInstance getEntityInstance(IProfile profile)
    • getAttributeName

      protected String getAttributeName()
    • getInstanceReference

      protected EntityValue getInstanceReference()