Class ActionSetFieldCol52

    • Constructor Detail

      • ActionSetFieldCol52

        public ActionSetFieldCol52()
    • 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.
      • setValueList

        public void setValueList​(String valueList)
      • getValueList

        public String getValueList()
      • setBoundName

        public void setBoundName​(String boundName)
      • getBoundName

        public String getBoundName()
      • setFactField

        public void setFactField​(String factField)
      • getFactField

        public String getFactField()
      • setType

        public void setType​(String type)
      • getType

        public String getType()
      • setUpdate

        public void setUpdate​(boolean update)
      • isUpdate

        public boolean isUpdate()