Class AbstractCompareResult

    • Method Detail

      • getProblemDescription

        public java.lang.String getProblemDescription()
        Returns:
        the problem description, a html blank if nothing exists
      • setProblemDescription

        public void setProblemDescription​(java.lang.String txt)
        Parameters:
        txt - the problem description
      • setDifference

        public void setDifference​(java.lang.Object srcValue,
                                  java.lang.Object trgValue)
      • getDifference

        public java.lang.String getDifference()
      • hasAdditionalInformations

        public boolean hasAdditionalInformations()
        Returns:
        true if the result contains additional information about the problem and/or the difference