java.lang.Object
com.aquima.interactions.portal.model.session.page.EventValue

public class EventValue extends Object
This object is used to store the value of a field from a page.
Since:
5.0
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • getFieldId

      protected RuntimeKey getFieldId()
    • getReference

      public ValueReference getReference()
    • getPostedValue

      protected Serializable getPostedValue()
    • mergeConvertedValues

      protected void mergeConvertedValues(EventValue other)
      Merges the converted values with another event value. Needed for the fix of AQU-4496
      Parameters:
      other - the other EventValue to merge the convertedValues with
    • hasError

      public boolean hasError()
    • isChangedValue

      public boolean isChangedValue()
    • getValue

      public IValue getValue()
    • getPreviousValue

      public IValue getPreviousValue()
    • getMessage

      protected IMessage getMessage()
    • toString

      public String toString()
      Overrides:
      toString in class Object