Class AbstractMapFunctionEntity

    • Constructor Detail

      • AbstractMapFunctionEntity

        public AbstractMapFunctionEntity()
    • Method Detail

      • getId

        public java.lang.Long getId()
      • setId

        public void setId​(java.lang.Long id)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equalsDefinition

        public <T extends AbstractMapFunctionEntity> boolean equalsDefinition​(T other)
        Defines if the definition of the map function is equal to the given one.
        Returns:
        true if equal, otherwise false