public class CellEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TABLE2CELLENTRYRELATION
Generated relation code constant for relation
Table2CellEntryRelation defining source attribute table in extension print. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CATALOGVERSION
Generated constant - Attribute key of
CellEntry.catalogVersion attribute defined at extension print. |
static String |
CELLSTYLE
Generated constant - Attribute key of
CellEntry.cellStyle attribute defined at extension print. |
static String |
CELLSTYLEEXPRESSION
Generated constant - Attribute key of
CellEntry.cellStyleExpression attribute defined at extension print. |
static String |
CELLTEXT
Generated constant - Attribute key of
CellEntry.cellText attribute defined at extension print. |
static String |
COLSPAN
Generated constant - Attribute key of
CellEntry.colSpan attribute defined at extension print. |
static String |
COLUMN
Generated constant - Attribute key of
CellEntry.column attribute defined at extension print. |
static String |
CONVERT
Generated constant - Attribute key of
CellEntry.convert attribute defined at extension print. |
static String |
EXTENDEDCELLSTYLEEXPRESSION
Generated constant - Attribute key of
CellEntry.extendedCellStyleExpression attribute defined at extension print. |
static String |
ID
Generated constant - Attribute key of
CellEntry.id attribute defined at extension print. |
static String |
LOCKED
Generated constant - Attribute key of
CellEntry.locked attribute defined at extension print. |
static String |
MERGEHORIZONTAL
Generated constant - Attribute key of
CellEntry.mergeHorizontal attribute defined at extension print. |
static String |
MERGEVERTICAL
Generated constant - Attribute key of
CellEntry.mergeVertical attribute defined at extension print. |
static String |
POSTPROCESSINGEXPRESSION
Generated constant - Attribute key of
CellEntry.postProcessingExpression attribute defined at extension print. |
static String |
PREPROCESSINGEXPRESSION
Generated constant - Attribute key of
CellEntry.preProcessingExpression attribute defined at extension print. |
static String |
ROW
Generated constant - Attribute key of
CellEntry.row attribute defined at extension print. |
static String |
ROWSPAN
Generated constant - Attribute key of
CellEntry.rowSpan attribute defined at extension print. |
static String |
TABLE
Generated constant - Attribute key of
CellEntry.table attribute defined at extension print. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CellEntryModel()
Generated constructor - Default constructor for generic creation.
|
CellEntryModel(CatalogVersionModel _catalogVersion,
ColumnEntryModel _column,
ItemModel _owner,
RowEntryModel _row,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CellEntryModel(CatalogVersionModel _catalogVersion,
ColumnEntryModel _column,
RowEntryModel _row,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CellEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionModel |
getCatalogVersion()
Generated method - Getter of the
CellEntry.catalogVersion attribute defined at extension print. |
CellStyleModel |
getCellStyle()
Generated method - Getter of the
CellEntry.cellStyle attribute defined at extension print. |
String |
getCellStyleExpression()
Generated method - Getter of the
CellEntry.cellStyleExpression attribute defined at extension print. |
String |
getCellText()
Generated method - Getter of the
CellEntry.cellText attribute defined at extension print. |
String |
getCellText(Locale loc)
Generated method - Getter of the
CellEntry.cellText attribute defined at extension print. |
Integer |
getColSpan()
Generated method - Getter of the
CellEntry.colSpan attribute defined at extension print. |
ColumnEntryModel |
getColumn()
Generated method - Getter of the
CellEntry.column attribute defined at extension print. |
Boolean |
getConvert()
Generated method - Getter of the
CellEntry.convert attribute defined at extension print. |
String |
getExtendedCellStyleExpression()
Generated method - Getter of the
CellEntry.extendedCellStyleExpression attribute defined at extension print. |
String |
getId()
Generated method - Getter of the
CellEntry.id attribute defined at extension print. |
Boolean |
getLocked()
Generated method - Getter of the
CellEntry.locked attribute defined at extension print. |
Boolean |
getMergeHorizontal()
Generated method - Getter of the
CellEntry.mergeHorizontal attribute defined at extension print. |
Boolean |
getMergeVertical()
Generated method - Getter of the
CellEntry.mergeVertical attribute defined at extension print. |
String |
getPostProcessingExpression()
Generated method - Getter of the
CellEntry.postProcessingExpression attribute defined at extension print. |
String |
getPreProcessingExpression()
Generated method - Getter of the
CellEntry.preProcessingExpression attribute defined at extension print. |
RowEntryModel |
getRow()
Generated method - Getter of the
CellEntry.row attribute defined at extension print. |
Integer |
getRowSpan()
Generated method - Getter of the
CellEntry.rowSpan attribute defined at extension print. |
TableBlockModel |
getTable()
Generated method - Getter of the
CellEntry.table attribute defined at extension print. |
void |
setCatalogVersion(CatalogVersionModel value)
Generated method - Setter of
CellEntry.catalogVersion attribute defined at extension print. |
void |
setCellStyle(CellStyleModel value)
Generated method - Setter of
CellEntry.cellStyle attribute defined at extension print. |
void |
setCellStyleExpression(String value)
Generated method - Setter of
CellEntry.cellStyleExpression attribute defined at extension print. |
void |
setCellText(String value)
Generated method - Setter of
CellEntry.cellText attribute defined at extension print. |
void |
setCellText(String value,
Locale loc)
Generated method - Setter of
CellEntry.cellText attribute defined at extension print. |
void |
setColSpan(Integer value)
Generated method - Setter of
CellEntry.colSpan attribute defined at extension print. |
void |
setColumn(ColumnEntryModel value)
Generated method - Setter of
CellEntry.column attribute defined at extension print. |
void |
setConvert(Boolean value)
Generated method - Setter of
CellEntry.convert attribute defined at extension print. |
void |
setExtendedCellStyleExpression(String value)
Generated method - Setter of
CellEntry.extendedCellStyleExpression attribute defined at extension print. |
void |
setId(String value)
Generated method - Setter of
CellEntry.id attribute defined at extension print. |
void |
setLocked(Boolean value)
Generated method - Setter of
CellEntry.locked attribute defined at extension print. |
void |
setMergeHorizontal(Boolean value)
Generated method - Setter of
CellEntry.mergeHorizontal attribute defined at extension print. |
void |
setMergeVertical(Boolean value)
Generated method - Setter of
CellEntry.mergeVertical attribute defined at extension print. |
void |
setPostProcessingExpression(String value)
Generated method - Setter of
CellEntry.postProcessingExpression attribute defined at extension print. |
void |
setPreProcessingExpression(String value)
Generated method - Setter of
CellEntry.preProcessingExpression attribute defined at extension print. |
void |
setRow(RowEntryModel value)
Generated method - Setter of
CellEntry.row attribute defined at extension print. |
void |
setRowSpan(Integer value)
Generated method - Setter of
CellEntry.rowSpan attribute defined at extension print. |
void |
setTable(TableBlockModel value)
Generated method - Setter of
CellEntry.table attribute defined at extension print. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _TABLE2CELLENTRYRELATION
Table2CellEntryRelation defining source attribute table in extension print.public static final String ID
CellEntry.id attribute defined at extension print.public static final String CATALOGVERSION
CellEntry.catalogVersion attribute defined at extension print.public static final String ROW
CellEntry.row attribute defined at extension print.public static final String COLUMN
CellEntry.column attribute defined at extension print.public static final String CELLTEXT
CellEntry.cellText attribute defined at extension print.public static final String POSTPROCESSINGEXPRESSION
CellEntry.postProcessingExpression attribute defined at extension print.public static final String PREPROCESSINGEXPRESSION
CellEntry.preProcessingExpression attribute defined at extension print.public static final String CELLSTYLE
CellEntry.cellStyle attribute defined at extension print.public static final String CELLSTYLEEXPRESSION
CellEntry.cellStyleExpression attribute defined at extension print.public static final String EXTENDEDCELLSTYLEEXPRESSION
CellEntry.extendedCellStyleExpression attribute defined at extension print.public static final String MERGEHORIZONTAL
CellEntry.mergeHorizontal attribute defined at extension print.public static final String MERGEVERTICAL
CellEntry.mergeVertical attribute defined at extension print.public static final String COLSPAN
CellEntry.colSpan attribute defined at extension print.public static final String ROWSPAN
CellEntry.rowSpan attribute defined at extension print.public static final String CONVERT
CellEntry.convert attribute defined at extension print.public static final String LOCKED
CellEntry.locked attribute defined at extension print.public static final String TABLE
CellEntry.table attribute defined at extension print.public CellEntryModel()
public CellEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CellEntryModel(CatalogVersionModel _catalogVersion, ColumnEntryModel _column, RowEntryModel _row, TableBlockModel _table)
_catalogVersion - initial attribute declared by type CellEntry at extension print_column - initial attribute declared by type CellEntry at extension print_row - initial attribute declared by type CellEntry at extension print_table - initial attribute declared by type CellEntry at extension print@Deprecated public CellEntryModel(CatalogVersionModel _catalogVersion, ColumnEntryModel _column, ItemModel _owner, RowEntryModel _row, TableBlockModel _table)
_catalogVersion - initial attribute declared by type CellEntry at extension print_column - initial attribute declared by type CellEntry at extension print_owner - initial attribute declared by type Item at extension core_row - initial attribute declared by type CellEntry at extension print_table - initial attribute declared by type CellEntry at extension print@Accessor(qualifier="catalogVersion", type=GETTER) public CatalogVersionModel getCatalogVersion()
CellEntry.catalogVersion attribute defined at extension print.@Accessor(qualifier="cellStyle", type=GETTER) public CellStyleModel getCellStyle()
CellEntry.cellStyle attribute defined at extension print.@Accessor(qualifier="cellStyleExpression", type=GETTER) public String getCellStyleExpression()
CellEntry.cellStyleExpression attribute defined at extension print.@Accessor(qualifier="cellText", type=GETTER) public String getCellText()
CellEntry.cellText attribute defined at extension print.@Accessor(qualifier="cellText", type=GETTER) public String getCellText(Locale loc)
CellEntry.cellText attribute defined at extension print.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="colSpan", type=GETTER) public Integer getColSpan()
CellEntry.colSpan attribute defined at extension print.@Accessor(qualifier="column", type=GETTER) public ColumnEntryModel getColumn()
CellEntry.column attribute defined at extension print.@Accessor(qualifier="convert", type=GETTER) public Boolean getConvert()
CellEntry.convert attribute defined at extension print.@Accessor(qualifier="extendedCellStyleExpression", type=GETTER) public String getExtendedCellStyleExpression()
CellEntry.extendedCellStyleExpression attribute defined at extension print.@Accessor(qualifier="id", type=GETTER) public String getId()
CellEntry.id attribute defined at extension print.@Accessor(qualifier="locked", type=GETTER) public Boolean getLocked()
CellEntry.locked attribute defined at extension print.@Accessor(qualifier="mergeHorizontal", type=GETTER) public Boolean getMergeHorizontal()
CellEntry.mergeHorizontal attribute defined at extension print.@Accessor(qualifier="mergeVertical", type=GETTER) public Boolean getMergeVertical()
CellEntry.mergeVertical attribute defined at extension print.@Accessor(qualifier="postProcessingExpression", type=GETTER) public String getPostProcessingExpression()
CellEntry.postProcessingExpression attribute defined at extension print.@Accessor(qualifier="preProcessingExpression", type=GETTER) public String getPreProcessingExpression()
CellEntry.preProcessingExpression attribute defined at extension print.@Accessor(qualifier="row", type=GETTER) public RowEntryModel getRow()
CellEntry.row attribute defined at extension print.@Accessor(qualifier="rowSpan", type=GETTER) public Integer getRowSpan()
CellEntry.rowSpan attribute defined at extension print.@Accessor(qualifier="table", type=GETTER) public TableBlockModel getTable()
CellEntry.table attribute defined at extension print.@Accessor(qualifier="catalogVersion", type=SETTER) public void setCatalogVersion(CatalogVersionModel value)
CellEntry.catalogVersion attribute defined at extension print.value - the catalogVersion@Accessor(qualifier="cellStyle", type=SETTER) public void setCellStyle(CellStyleModel value)
CellEntry.cellStyle attribute defined at extension print.value - the cellStyle@Accessor(qualifier="cellStyleExpression", type=SETTER) public void setCellStyleExpression(String value)
CellEntry.cellStyleExpression attribute defined at extension print.value - the cellStyleExpression@Accessor(qualifier="cellText", type=SETTER) public void setCellText(String value)
CellEntry.cellText attribute defined at extension print.value - the cellText@Accessor(qualifier="cellText", type=SETTER) public void setCellText(String value, Locale loc)
CellEntry.cellText attribute defined at extension print.value - the cellTextloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="colSpan", type=SETTER) public void setColSpan(Integer value)
CellEntry.colSpan attribute defined at extension print.value - the colSpan@Accessor(qualifier="column", type=SETTER) public void setColumn(ColumnEntryModel value)
CellEntry.column attribute defined at extension print.value - the column@Accessor(qualifier="convert", type=SETTER) public void setConvert(Boolean value)
CellEntry.convert attribute defined at extension print.value - the convert@Accessor(qualifier="extendedCellStyleExpression", type=SETTER) public void setExtendedCellStyleExpression(String value)
CellEntry.extendedCellStyleExpression attribute defined at extension print.value - the extendedCellStyleExpression@Accessor(qualifier="id", type=SETTER) public void setId(String value)
CellEntry.id attribute defined at extension print.value - the id@Accessor(qualifier="locked", type=SETTER) public void setLocked(Boolean value)
CellEntry.locked attribute defined at extension print.value - the locked@Accessor(qualifier="mergeHorizontal", type=SETTER) public void setMergeHorizontal(Boolean value)
CellEntry.mergeHorizontal attribute defined at extension print.value - the mergeHorizontal@Accessor(qualifier="mergeVertical", type=SETTER) public void setMergeVertical(Boolean value)
CellEntry.mergeVertical attribute defined at extension print.value - the mergeVertical@Accessor(qualifier="postProcessingExpression", type=SETTER) public void setPostProcessingExpression(String value)
CellEntry.postProcessingExpression attribute defined at extension print.value - the postProcessingExpression@Accessor(qualifier="preProcessingExpression", type=SETTER) public void setPreProcessingExpression(String value)
CellEntry.preProcessingExpression attribute defined at extension print.value - the preProcessingExpression@Accessor(qualifier="row", type=SETTER) public void setRow(RowEntryModel value)
CellEntry.row attribute defined at extension print.value - the row@Accessor(qualifier="rowSpan", type=SETTER) public void setRowSpan(Integer value)
CellEntry.rowSpan attribute defined at extension print.value - the rowSpan@Accessor(qualifier="table", type=SETTER) public void setTable(TableBlockModel value)
CellEntry.table attribute defined at extension print.value - the tableCopyright © 2017 SAP SE. All Rights Reserved.