Class IndexAction

  • All Implemented Interfaces:
    Entity, org.molgenis.util.i18n.Identifiable

    public class IndexAction
    extends StaticEntity
    • Constructor Detail

      • IndexAction

        public IndexAction​(Entity entity)
      • IndexAction

        public IndexAction​(EntityType entityType)
    • Method Detail

      • getId

        public String getId()
      • getIndexActionGroup

        @Nullable
        @CheckForNull
        public IndexActionGroup getIndexActionGroup()
      • getActionOrder

        public int getActionOrder()
      • setActionOrder

        public IndexAction setActionOrder​(int actionOrder)
      • getEntityTypeId

        public String getEntityTypeId()
      • getEntityId

        @Nullable
        @CheckForNull
        public String getEntityId()
      • equals

        public boolean equals​(Object o)
        Returns whether two index actions are equal ignoring the auto id
        Overrides:
        equals in class Object
        Parameters:
        o - other
        Returns:
        true if this object is the same as the o argument; false otherwise.
      • hashCode

        public int hashCode()
        Returns a hash code value for this index action ignoring the auto id
        Overrides:
        hashCode in class Object
        Returns:
        a hash code value for this object.
      • isWholeRepository

        public boolean isWholeRepository()