public class CellDataHolderModel extends AbstractTableDataHolderModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CELL
Generated constant - Attribute key of
CellDataHolder.cell attribute defined at extension print. |
static String |
DATARESOLVERCLASS
Generated constant - Attribute key of
CellDataHolder.dataResolverClass attribute defined at extension print. |
_TABLE2DATAHOLDERRELATION, CATALOGVERSION, ID, PARAMETERS, PARAMETERSINTERNAL, TABLE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CellDataHolderModel()
Generated constructor - Default constructor for generic creation.
|
CellDataHolderModel(CellEntryModel _cell,
ItemModel _owner,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CellDataHolderModel(CellEntryModel _cell,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CellDataHolderModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CellEntryModel |
getCell()
Generated method - Getter of the
CellDataHolder.cell attribute defined at extension print. |
Class |
getDataResolverClass()
Generated method - Getter of the
CellDataHolder.dataResolverClass attribute defined at extension print. |
void |
setCell(CellEntryModel value)
Generated method - Setter of
CellDataHolder.cell attribute defined at extension print. |
void |
setDataResolverClass(Class value)
Generated method - Setter of
CellDataHolder.dataResolverClass attribute defined at extension print. |
getCatalogVersion, getId, getParameters, getParametersInternal, getTable, setCatalogVersion, setId, setParameters, setParametersInternal, setTablegetComments, 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 CELL
CellDataHolder.cell attribute defined at extension print.public static final String DATARESOLVERCLASS
CellDataHolder.dataResolverClass attribute defined at extension print.public CellDataHolderModel()
public CellDataHolderModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CellDataHolderModel(CellEntryModel _cell, TableBlockModel _table)
_cell - initial attribute declared by type CellDataHolder at extension print_table - initial attribute declared by type AbstractTableDataHolder at extension print@Deprecated public CellDataHolderModel(CellEntryModel _cell, ItemModel _owner, TableBlockModel _table)
_cell - initial attribute declared by type CellDataHolder at extension print_owner - initial attribute declared by type Item at extension core_table - initial attribute declared by type AbstractTableDataHolder at extension print@Accessor(qualifier="cell", type=GETTER) public CellEntryModel getCell()
CellDataHolder.cell attribute defined at extension print.@Accessor(qualifier="dataResolverClass", type=GETTER) public Class getDataResolverClass()
CellDataHolder.dataResolverClass attribute defined at extension print.@Accessor(qualifier="cell", type=SETTER) public void setCell(CellEntryModel value)
CellDataHolder.cell attribute defined at extension print.value - the cellCopyright © 2017 SAP SE. All Rights Reserved.