public class ColumnEntryModel extends AxisEntryModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TABLE2COLUMNENTRYRELATION
Generated relation code constant for relation
Table2ColumnEntryRelation defining source attribute table in extension print. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
TABLE
Generated constant - Attribute key of
ColumnEntry.table attribute defined at extension print. |
static String |
TABLEPOS
Generated constant - Attribute key of
ColumnEntry.tablePOS attribute defined at extension print. |
static String |
WIDTH
Generated constant - Attribute key of
ColumnEntry.width attribute defined at extension print. |
static String |
WIDTHEXPRESSION
Generated constant - Attribute key of
ColumnEntry.widthExpression attribute defined at extension print. |
static String |
WIDTHTYPE
Generated constant - Attribute key of
ColumnEntry.widthType attribute defined at extension print. |
CATALOGVERSION, CELLS, ID, LOCKED, SORTCONFIGS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ColumnEntryModel()
Generated constructor - Default constructor for generic creation.
|
ColumnEntryModel(CatalogVersionModel _catalogVersion,
ItemModel _owner,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ColumnEntryModel(CatalogVersionModel _catalogVersion,
TableBlockModel _table)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ColumnEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
TableBlockModel |
getTable()
Generated method - Getter of the
ColumnEntry.table attribute defined at extension print. |
Double |
getWidth()
Generated method - Getter of the
ColumnEntry.width attribute defined at extension print. |
String |
getWidthExpression()
Generated method - Getter of the
ColumnEntry.widthExpression attribute defined at extension print. |
ColumnWidthType |
getWidthType()
Generated method - Getter of the
ColumnEntry.widthType attribute defined at extension print. |
void |
setTable(TableBlockModel value)
Generated method - Setter of
ColumnEntry.table attribute defined at extension print. |
void |
setWidth(Double value)
Generated method - Setter of
ColumnEntry.width attribute defined at extension print. |
void |
setWidthExpression(String value)
Generated method - Setter of
ColumnEntry.widthExpression attribute defined at extension print. |
void |
setWidthType(ColumnWidthType value)
Generated method - Setter of
ColumnEntry.widthType attribute defined at extension print. |
getCatalogVersion, getCells, getId, getLocked, getSortConfigs, setCatalogVersion, setId, setLocked, setSortConfigsgetComments, 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 _TABLE2COLUMNENTRYRELATION
Table2ColumnEntryRelation defining source attribute table in extension print.public static final String WIDTHTYPE
ColumnEntry.widthType attribute defined at extension print.public static final String WIDTH
ColumnEntry.width attribute defined at extension print.public static final String WIDTHEXPRESSION
ColumnEntry.widthExpression attribute defined at extension print.public static final String TABLEPOS
ColumnEntry.tablePOS attribute defined at extension print.public static final String TABLE
ColumnEntry.table attribute defined at extension print.public ColumnEntryModel()
public ColumnEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ColumnEntryModel(CatalogVersionModel _catalogVersion, TableBlockModel _table)
_catalogVersion - initial attribute declared by type AxisEntry at extension print_table - initial attribute declared by type ColumnEntry at extension print@Deprecated public ColumnEntryModel(CatalogVersionModel _catalogVersion, ItemModel _owner, TableBlockModel _table)
_catalogVersion - initial attribute declared by type AxisEntry at extension print_owner - initial attribute declared by type Item at extension core_table - initial attribute declared by type ColumnEntry at extension print@Accessor(qualifier="table", type=GETTER) public TableBlockModel getTable()
ColumnEntry.table attribute defined at extension print.@Accessor(qualifier="width", type=GETTER) public Double getWidth()
ColumnEntry.width attribute defined at extension print.@Accessor(qualifier="widthExpression", type=GETTER) public String getWidthExpression()
ColumnEntry.widthExpression attribute defined at extension print.@Accessor(qualifier="widthType", type=GETTER) public ColumnWidthType getWidthType()
ColumnEntry.widthType attribute defined at extension print.@Accessor(qualifier="table", type=SETTER) public void setTable(TableBlockModel value)
ColumnEntry.table attribute defined at extension print.value - the table@Accessor(qualifier="width", type=SETTER) public void setWidth(Double value)
ColumnEntry.width attribute defined at extension print.value - the width@Accessor(qualifier="widthExpression", type=SETTER) public void setWidthExpression(String value)
ColumnEntry.widthExpression attribute defined at extension print.value - the widthExpression@Accessor(qualifier="widthType", type=SETTER) public void setWidthType(ColumnWidthType value)
ColumnEntry.widthType attribute defined at extension print.value - the widthTypeCopyright © 2017 SAP SE. All Rights Reserved.