Class TableDataImpl

java.lang.Object
com.priint.pubserver.metadata.xml.element.TableDataImpl
All Implemented Interfaces:
TableData, Serializable

public class TableDataImpl extends Object implements Serializable, TableData
See Also:
  • Constructor Details

    • TableDataImpl

      public TableDataImpl()
  • Method Details

    • getTitle

      public String getTitle()
      Description copied from interface: TableData
      Gets the title.
      Specified by:
      getTitle in interface TableData
      Returns:
      the title
    • setTitle

      public void setTitle(String title)
      Description copied from interface: TableData
      Sets the title.
      Specified by:
      setTitle in interface TableData
      Parameters:
      title - the new title
    • getStyle

      public String getStyle()
      Description copied from interface: TableData
      Gets the style.
      Specified by:
      getStyle in interface TableData
      Returns:
      the style
    • setStyle

      public void setStyle(String style)
      Description copied from interface: TableData
      Sets the style.
      Specified by:
      setStyle in interface TableData
      Parameters:
      style - the new style
    • getColumn

      public int getColumn()
      Description copied from interface: TableData
      Gets the column.
      Specified by:
      getColumn in interface TableData
      Returns:
      the column
    • setColumn

      public void setColumn(int column)
      Description copied from interface: TableData
      Sets the column.
      Specified by:
      setColumn in interface TableData
      Parameters:
      column - the new column
    • getRow

      public int getRow()
      Description copied from interface: TableData
      Gets the row.
      Specified by:
      getRow in interface TableData
      Returns:
      the row
    • setRow

      public void setRow(int row)
      Description copied from interface: TableData
      Sets the row.
      Specified by:
      setRow in interface TableData
      Parameters:
      row - the new row
    • getBbox

      public BBox getBbox()
      Description copied from interface: TableData
      BBox Gets the bbox.
      Specified by:
      getBbox in interface TableData
      Returns:
      the bbox
      See Also:
    • setBbox

      public void setBbox(BBox bbox)
      Description copied from interface: TableData
      BBox Sets the bbox.
      Specified by:
      setBbox in interface TableData
      Parameters:
      bbox - the new bbox
      See Also:
    • getArea

      public Area getArea()
      Description copied from interface: TableData
      Area Gets the area.
      Specified by:
      getArea in interface TableData
      Returns:
      the area
      See Also:
    • setArea

      public void setArea(Area area)
      Description copied from interface: TableData
      Area Sets the area.
      Specified by:
      setArea in interface TableData
      Parameters:
      area - the new area
      See Also:
    • getParagraphs

      public List<String> getParagraphs()
      Description copied from interface: TableData
      Gets the paragraphs.
      Specified by:
      getParagraphs in interface TableData
      Returns:
      the paragraphs
    • setParagraphs

      public void setParagraphs(List<String> paragraphs)
      Description copied from interface: TableData
      Sets the paragraphs.
      Specified by:
      setParagraphs in interface TableData
      Parameters:
      paragraphs - the new paragraphs
    • getContent

      public List<String> getContent()
      Description copied from interface: TableData
      Gets the content.
      Specified by:
      getContent in interface TableData
      Returns:
      the content
    • setContent

      public void setContent(List<String> content)
      Description copied from interface: TableData
      Sets the content.
      Specified by:
      setContent in interface TableData
      Parameters:
      content - the new content