Class DataList

java.lang.Object
com.almis.awe.model.dto.DataList
All Implemented Interfaces:
Copyable, Serializable

public class DataList extends Object implements Serializable, Copyable
DataList Class

Data list formatted as an standard data output

Author:
Pablo GARCIA - 24/JUN/2010
See Also:
  • Constructor Details

    • DataList

      public DataList(DataList other)
      Copy constructor
      Parameters:
      other - Other datalist
  • Method Details

    • copy

      public DataList copy()
      Description copied from interface: Copyable
      Get a copy of this element
      Specified by:
      copy in interface Copyable
      Returns:
      element copy
    • addRow

      public void addRow(Map<String,CellData> row)
      Add a row
      Parameters:
      row - Row to add
    • updateRow

      public void updateRow(Map<String,CellData> row, int rowNumber)
      Update a row
      Parameters:
      row - Row to update
      rowNumber - Row index
    • deleteRow

      public void deleteRow(int rowNumber)
      Delete a row
      Parameters:
      rowNumber - Row index