public class CellEntryDTO extends ItemDTO
| Constructor and Description |
|---|
CellEntryDTO()
Generated constructor - for generic creation.
|
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic CatalogVersionDTO getCatalogVersion()
public CellStyleDTO getCellStyle()
public String getCellStyleExpression()
public String getCellText()
public Integer getColSpan()
public ColumnEntryDTO getColumn()
public Boolean getConvert()
public String getExtendedCellStyleExpression()
public String getId()
public Boolean getLocked()
public Boolean getMergeHorizontal()
public Boolean getMergeVertical()
public String getPostProcessingExpression()
public String getPreProcessingExpression()
public RowEntryDTO getRow()
public Integer getRowSpan()
public TableBlockDTO getTable()
public void setCatalogVersion(CatalogVersionDTO value)
public void setCellStyle(CellStyleDTO value)
public void setCellStyleExpression(String value)
public void setCellText(String value)
public void setColSpan(Integer value)
public void setColumn(ColumnEntryDTO value)
public void setConvert(Boolean value)
public void setExtendedCellStyleExpression(String value)
public void setId(String value)
public void setLocked(Boolean value)
public void setMergeHorizontal(Boolean value)
public void setMergeVertical(Boolean value)
public void setPostProcessingExpression(String value)
public void setPreProcessingExpression(String value)
public void setRow(RowEntryDTO value)
public void setRowSpan(Integer value)
public void setTable(TableBlockDTO value)
Copyright © 2017 SAP SE. All Rights Reserved.