All Implemented Interfaces:
IChunk, IObject

public class TableRow extends TextInfoChunk
  • Constructor Details

    • TableRow

      public TableRow()
    • TableRow

      public TableRow(SemanticType semanticType, Long id)
  • Method Details

    • setSemanticType

      public void setSemanticType(SemanticType semanticType)
    • getSemanticType

      public SemanticType getSemanticType()
    • add

      public void add(TableCell cell)
    • getCells

      public List<TableCell> getCells()
    • getNumberOfCellsWithContent

      public int getNumberOfCellsWithContent()
    • merge

      public void merge(TableRow other)
    • getId

      public Long getId()