Class IndexKey

java.lang.Object
io.jmix.flowui.model.impl.IndexKey

public class IndexKey extends Object
  • Method Details

    • ofEntity

      public static IndexKey ofEntity(Object entity)
      Creates IndexKey by entity instance or its id, if the id is not null.
    • of

      public static IndexKey of(Object id)
      Creates IndexKey by object instance (it can be an entity or its id).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object