Class AttributeCol52

    • Constructor Detail

      • AttributeCol52

        public AttributeCol52()
    • Method Detail

      • diff

        public List<BaseColumnFieldDiff> diff​(BaseColumn otherColumn)
        Description copied from interface: DiffColumn
        Analyze differences between two columns of same type.
        Specified by:
        diff in interface DiffColumn
        Overrides:
        diff in class DTColumnConfig52
        Parameters:
        otherColumn - The column to compare with this one.
        Returns:
        A list of fields and its values that have changed.
      • cloneColumn

        public AttributeCol52 cloneColumn()
        Clones this attribute column instance.
        Returns:
        The cloned instance.
      • getAttribute

        public String getAttribute()
      • setAttribute

        public void setAttribute​(String attribute)
      • isUseRowNumber

        public boolean isUseRowNumber()
      • setUseRowNumber

        public void setUseRowNumber​(boolean useRowNumber)
      • isReverseOrder

        public boolean isReverseOrder()
      • setReverseOrder

        public void setReverseOrder​(boolean reverseOrder)