Class CompositeKeyDepthOption

java.lang.Object
org.kie.internal.conf.CompositeKeyDepthOption
All Implemented Interfaces:
Serializable, KieBaseOption, Option, SingleValueKieBaseOption, SingleValueOption, SingleValueRuleBaseOption

public class CompositeKeyDepthOption extends Object implements SingleValueRuleBaseOption
A class for the composite key depth configuration.
See Also:
  • Field Details

  • Method Details

    • get

      public static CompositeKeyDepthOption get(int depth)
      This is a factory method for this CompositeKeyDepth configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.
      Parameters:
      depth - the composite key depth value
      Returns:
      the actual type safe CompositeKeyDepth configuration.
    • getPropertyName

      public String getPropertyName()
      Specified by:
      getPropertyName in interface Option
    • getDepth

      public int getDepth()
      Returns the depth value for composite key indexing
      Returns:
    • hashCode

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

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