public class TableBlockDTO extends ContentBlockDTO
| Constructor and Description |
|---|
TableBlockDTO()
Generated constructor - for generic creation.
|
getCatalogVersion, getCategories, getCode, getName, getRenderedContent, setCatalogVersion, setCategories, setCode, setName, setRenderedContentgetComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic TableBlockDTO()
public Collection<TableBlockDTO> getAllTableTemplates()
public Collection<CellEntryDTO> getCells()
public List<ColumnEntryDTO> getColumns()
public Integer getFooterRowCount()
public Integer getHeaderRowCount()
public Boolean getIsTemplate()
public Boolean getLocked()
public List<RowEntryDTO> getRows()
public Collection<AbstractTableDataHolderDTO> getTableDataHolders()
public TableStyleDTO getTableStyle()
public TableBlockDTO getTableTemplate()
public Double getWidth()
public String getWidthType()
public void setAllTableTemplates(Collection<TableBlockDTO> value)
public void setCells(Collection<CellEntryDTO> value)
public void setColumns(List<ColumnEntryDTO> value)
public void setFooterRowCount(Integer value)
public void setHeaderRowCount(Integer value)
public void setIsTemplate(Boolean value)
public void setLocked(Boolean value)
public void setRows(List<RowEntryDTO> value)
public void setTableDataHolders(Collection<AbstractTableDataHolderDTO> value)
public void setTableStyle(TableStyleDTO value)
public void setTableTemplate(TableBlockDTO value)
public void setWidth(Double value)
public void setWidthType(String value)
Copyright © 2017 SAP SE. All Rights Reserved.