Class Identity

    • Field Detail

      • confidence

        private java.lang.Double confidence
      • concludedValue

        private java.lang.String concludedValue
      • methods

        private java.util.List<Method> methods
    • Constructor Detail

      • Identity

        public Identity()
    • Method Detail

      • getConfidence

        public java.lang.Double getConfidence()
      • setConfidence

        public void setConfidence​(java.lang.Double confidence)
      • getMethods

        public java.util.List<Method> getMethods()
      • setMethods

        public void setMethods​(java.util.List<Method> methods)
      • setTools

        public void setTools​(java.util.List<BomReference> tools)
      • getConcludedValue

        public java.lang.String getConcludedValue()
      • setConcludedValue

        public void setConcludedValue​(java.lang.String concludedValue)
      • equals

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

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