public class AxisDataHolderModel extends AbstractTableDataHolderModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AXIS
Generated constant - Attribute key of
AxisDataHolder.axis attribute defined at extension print. |
static String |
DATAPROVIDERCLASS
Generated constant - Attribute key of
AxisDataHolder.dataProviderClass 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 |
|---|
AxisDataHolderModel()
Generated constructor - Default constructor for generic creation.
|
AxisDataHolderModel(AxisEntryModel _axis,
ItemModel _owner,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AxisDataHolderModel(AxisEntryModel _axis,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AxisDataHolderModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
AxisEntryModel |
getAxis()
Generated method - Getter of the
AxisDataHolder.axis attribute defined at extension print. |
Class |
getDataProviderClass()
Generated method - Getter of the
AxisDataHolder.dataProviderClass attribute defined at extension print. |
void |
setAxis(AxisEntryModel value)
Generated method - Setter of
AxisDataHolder.axis attribute defined at extension print. |
void |
setDataProviderClass(Class value)
Generated method - Setter of
AxisDataHolder.dataProviderClass 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 AXIS
AxisDataHolder.axis attribute defined at extension print.public static final String DATAPROVIDERCLASS
AxisDataHolder.dataProviderClass attribute defined at extension print.public AxisDataHolderModel()
public AxisDataHolderModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AxisDataHolderModel(AxisEntryModel _axis, TableBlockModel _table)
_axis - initial attribute declared by type AxisDataHolder at extension print_table - initial attribute declared by type AbstractTableDataHolder at extension print@Deprecated public AxisDataHolderModel(AxisEntryModel _axis, ItemModel _owner, TableBlockModel _table)
_axis - initial attribute declared by type AxisDataHolder 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="axis", type=GETTER) public AxisEntryModel getAxis()
AxisDataHolder.axis attribute defined at extension print.@Accessor(qualifier="dataProviderClass", type=GETTER) public Class getDataProviderClass()
AxisDataHolder.dataProviderClass attribute defined at extension print.@Accessor(qualifier="axis", type=SETTER) public void setAxis(AxisEntryModel value)
AxisDataHolder.axis attribute defined at extension print.value - the axisCopyright © 2017 SAP SE. All Rights Reserved.