Class TableRow


  • public class TableRow
    extends Object
    A row in a table
    • Constructor Detail

      • TableRow

        public TableRow()
        No args constructor for use in serialization
    • Method Detail

      • getLocation

        public Location getLocation()
        * Points to a line and a column in a text file (Required)
      • setLocation

        public void setLocation​(Location location)
        * Points to a line and a column in a text file (Required)
      • getCells

        public List<TableCell> getCells()
        Cells in the row (Required)
      • setCells

        public void setCells​(List<TableCell> cells)
        Cells in the row (Required)
      • getId

        public String getId()
        (Required)
      • setId

        public void setId​(String id)
        (Required)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object