Class RowObject

java.lang.Object
com.nomagic.magicreport.format.html.RowObject

@OpenApiAll public class RowObject extends Object
The class use for collect row object.
Since:
Feb 04, 2013
Version:
1.0 Feb 04, 2013
  • Field Details

  • Constructor Details

    • RowObject

      public RowObject()
  • Method Details

    • getCellList

      public List<CellObject> getCellList()
      Gets cellList.
      Returns:
      the cellList
    • setCellList

      public void setCellList(List<CellObject> cellList)
      Sets cellList.
      Parameters:
      cellList - the cellList to set
    • getAttributes

      public List<Attribute> getAttributes()
      Gets attributes.
      Returns:
      the attributes
    • setAttributes

      public void setAttributes(List<Attribute> attributes)
      Sets attributes.
      Parameters:
      attributes - the attributes to set
    • addCellList

      public void addCellList(CellObject cellObject)
    • getRowProperties

      public Map<String,Object> getRowProperties()
      Get row properties
      Returns:
      rowProperties
    • setRowProperties

      public void setRowProperties(Map<String,Object> rowProperties)
      Set row properties
      Parameters:
      rowProperties - rowProperties
    • updateRowProperties

      public void updateRowProperties(String key, Object value)
      Update value in rowProperties
      Parameters:
      key - key
      value - value
    • removeRowProperties

      public void removeRowProperties(String key)
      Remove data from rowProperties
      Parameters:
      key - key key to remove
    • getRowPropertiesValue

      public Object getRowPropertiesValue(String key)
      Remove data from rowProperties
      Parameters:
      key - a key to remove
      Returns:
      row property value of specific key