Class EntityMatchValue

java.lang.Object
com.aquima.interactions.matching.impl.model.EntityMatchValue
All Implemented Interfaces:
IMatchValue

public class EntityMatchValue extends Object implements IMatchValue
Match value for the EntityMatch match function. This values contains the matchable values of the case or instance it represents.
Since:
6.2
Author:
O. Kerpershoek, F. van der Meer
  • Constructor Details

    • EntityMatchValue

      protected EntityMatchValue(String id, IMatchValue[] matchableValues)
  • Method Details

    • getId

      public String getId()
      This method returns the id for which the value was created. The ID represents either a case name or an instance name from the profile.
      Returns:
      The id for which the value was created.
    • getValues

      protected IMatchValue[] getValues()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object