Class Mismatch

    • Constructor Detail

      • Mismatch

        public Mismatch()
    • Method Detail

      • addDetail

        public void addDetail​(MismatchDetail mismatchDetail)
        Method addDetail.
        Parameters:
        mismatchDetail - a mismatchDetail object.
      • getBaseline

        public String getBaseline()
        Get the baseline field.
        Returns:
        String
      • getContext

        public String getContext()
        Get the context field.
        Returns:
        String
      • getCurrent

        public String getCurrent()
        Get the current field.
        Returns:
        String
      • getItem

        public String getItem()
        Get the item field.
        Returns:
        String
      • getReason

        public String getReason()
        Get the reason field.
        Returns:
        String
      • getResolution

        public String getResolution()
        Get the resolution field.
        Returns:
        String
      • removeDetail

        public void removeDetail​(MismatchDetail mismatchDetail)
        Method removeDetail.
        Parameters:
        mismatchDetail - a mismatchDetail object.
      • setBaseline

        public void setBaseline​(String baseline)
        Set the baseline field.
        Parameters:
        baseline - a baseline object.
      • setContext

        public void setContext​(String context)
        Set the context field.
        Parameters:
        context - a context object.
      • setCurrent

        public void setCurrent​(String current)
        Set the current field.
        Parameters:
        current - a current object.
      • setDetail

        public void setDetail​(List<MismatchDetail> detail)
        Set the detail field.
        Parameters:
        detail - a detail object.
      • setItem

        public void setItem​(String item)
        Set the item field.
        Parameters:
        item - a item object.
      • setReason

        public void setReason​(String reason)
        Set the reason field.
        Parameters:
        reason - a reason object.
      • setResolution

        public void setResolution​(String resolution)
        Set the resolution field.
        Parameters:
        resolution - a resolution object.