Class BusinessServiceEdgeEntity

    • Constructor Detail

      • BusinessServiceEdgeEntity

        public BusinessServiceEdgeEntity()
    • Method Detail

      • getId

        public java.lang.Long getId()
      • setId

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

        public void setEnabled​(boolean enabled)
      • getReductionKeys

        public java.util.Set<java.lang.String> getReductionKeys()
        Specified by:
        getReductionKeys in interface EdgeEntity
      • setWeight

        public void setWeight​(int weight)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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

        public boolean equalsDefinition​(BusinessServiceEdgeEntity other)
        Defines if the definition of the edge is equal to the given one. This is quite different than the equals method of the object itself.
        Returns:
        true if equal, otherwise false