Class CellObject

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

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

  • Constructor Details

    • CellObject

      public CellObject()
  • Method Details

    • getContent

      public String getContent()
      Gets content.
      Returns:
      the content
    • setContent

      public void setContent(String content)
      Sets content.
      Parameters:
      content - the content 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
    • getCellProperties

      public Map<String,Object> getCellProperties()
      Get cell properties
      Returns:
      cellProperties
    • setCellProperties

      public void setCellProperties(Map<String,Object> cellProperties)
      Set cell properties
      Parameters:
      cellProperties - cellProperties
    • updateCellProperties

      public void updateCellProperties(String key, Object value)
      Update value in cellProperties
      Parameters:
      key - key
      value - value
    • removeCellProperties

      public void removeCellProperties(String key)
      Remove data from cellProperties
      Parameters:
      key - key key to remove
    • getCellPropertiesValue

      public Object getCellPropertiesValue(String key)
      Remove data from cellProperties
      Parameters:
      key - a key to remove
      Returns:
      cell property value of specific key