Class BaseColumnFieldDiffImpl

    • Constructor Detail

      • BaseColumnFieldDiffImpl

        public BaseColumnFieldDiffImpl()
        Default no-arg constructor for errai marshalling.
      • BaseColumnFieldDiffImpl

        public BaseColumnFieldDiffImpl​(String fieldName,
                                       Object oldValue,
                                       Object newValue)
    • Method Detail

      • setFieldName

        public void setFieldName​(String fieldName)
      • setOldValue

        public void setOldValue​(Object oldValue)
      • setValue

        public void setValue​(Object newValue)
      • isEqualOrNull

        public static boolean isEqualOrNull​(Object s1,
                                            Object s2)
        Check whether two Objects are equal or both null.
        Parameters:
        s1 - The object.
        s2 - The other object.
        Returns:
        Whether two Objects are equal or both null
      • isEqualOrNull

        public static boolean isEqualOrNull​(DTCellValue52 dcv1,
                                            DTCellValue52 dcv2)
        Check whether two Objects are equal or both null.
        Parameters:
        dcv1 - The DTCellValue52.
        dcv2 - The other DTCellValue52.
        Returns:
        Whether two DTCellValue52s are equal or both null
      • isEqualOrNull

        public static boolean isEqualOrNull​(List s1,
                                            List s2)
        Check whether two List are same size or both null.
        Parameters:
        s1 - The fist list..
        s2 - The other list.
        Returns:
        Whether two List are same size or both null
      • isEqualOrNull

        public static boolean isEqualOrNull​(Map s1,
                                            Map s2)
        Check whether two Map are same size or both null.
        Parameters:
        s1 - The fist Map..
        s2 - The other Map.
        Returns:
        Whether two Map are same size or both null