public class IndexTestItemModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
COLUMN1
Generated constant - Attribute key of
IndexTestItem.column1 attribute defined at extension core. |
static java.lang.String |
COLUMN2
Generated constant - Attribute key of
IndexTestItem.column2 attribute defined at extension core. |
static java.lang.String |
COLUMN3
Generated constant - Attribute key of
IndexTestItem.column3 attribute defined at extension core. |
static java.lang.String |
COLUMN4
Generated constant - Attribute key of
IndexTestItem.column4 attribute defined at extension core. |
static java.lang.String |
COLUMN5
Generated constant - Attribute key of
IndexTestItem.column5 attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
IndexTestItemModel()
Generated constructor - Default constructor for generic creation.
|
IndexTestItemModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
IndexTestItemModel(java.lang.Short _column1,
java.lang.Short _column2,
java.lang.Short _column3,
java.lang.Short _column4,
java.lang.Short _column5)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
IndexTestItemModel(java.lang.Short _column1,
java.lang.Short _column2,
java.lang.Short _column3,
java.lang.Short _column4,
java.lang.Short _column5,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Short |
getColumn1()
Generated method - Getter of the
IndexTestItem.column1 attribute defined at extension core. |
java.lang.Short |
getColumn2()
Generated method - Getter of the
IndexTestItem.column2 attribute defined at extension core. |
java.lang.Short |
getColumn3()
Generated method - Getter of the
IndexTestItem.column3 attribute defined at extension core. |
java.lang.Short |
getColumn4()
Generated method - Getter of the
IndexTestItem.column4 attribute defined at extension core. |
java.lang.Short |
getColumn5()
Generated method - Getter of the
IndexTestItem.column5 attribute defined at extension core. |
void |
setColumn1(java.lang.Short value)
Generated method - Initial setter of
IndexTestItem.column1 attribute defined at extension core. |
void |
setColumn2(java.lang.Short value)
Generated method - Initial setter of
IndexTestItem.column2 attribute defined at extension core. |
void |
setColumn3(java.lang.Short value)
Generated method - Initial setter of
IndexTestItem.column3 attribute defined at extension core. |
void |
setColumn4(java.lang.Short value)
Generated method - Initial setter of
IndexTestItem.column4 attribute defined at extension core. |
void |
setColumn5(java.lang.Short value)
Generated method - Initial setter of
IndexTestItem.column5 attribute defined at extension core. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String COLUMN1
IndexTestItem.column1 attribute defined at extension core.public static final java.lang.String COLUMN2
IndexTestItem.column2 attribute defined at extension core.public static final java.lang.String COLUMN3
IndexTestItem.column3 attribute defined at extension core.public static final java.lang.String COLUMN4
IndexTestItem.column4 attribute defined at extension core.public static final java.lang.String COLUMN5
IndexTestItem.column5 attribute defined at extension core.public IndexTestItemModel()
public IndexTestItemModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public IndexTestItemModel(java.lang.Short _column1,
java.lang.Short _column2,
java.lang.Short _column3,
java.lang.Short _column4,
java.lang.Short _column5)
_column1 - initial attribute declared by type IndexTestItem at extension core_column2 - initial attribute declared by type IndexTestItem at extension core_column3 - initial attribute declared by type IndexTestItem at extension core_column4 - initial attribute declared by type IndexTestItem at extension core_column5 - initial attribute declared by type IndexTestItem at extension core@Deprecated
public IndexTestItemModel(java.lang.Short _column1,
java.lang.Short _column2,
java.lang.Short _column3,
java.lang.Short _column4,
java.lang.Short _column5,
ItemModel _owner)
_column1 - initial attribute declared by type IndexTestItem at extension core_column2 - initial attribute declared by type IndexTestItem at extension core_column3 - initial attribute declared by type IndexTestItem at extension core_column4 - initial attribute declared by type IndexTestItem at extension core_column5 - initial attribute declared by type IndexTestItem at extension core_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="column1", type=GETTER) public java.lang.Short getColumn1()
IndexTestItem.column1 attribute defined at extension core.@Accessor(qualifier="column2", type=GETTER) public java.lang.Short getColumn2()
IndexTestItem.column2 attribute defined at extension core.@Accessor(qualifier="column3", type=GETTER) public java.lang.Short getColumn3()
IndexTestItem.column3 attribute defined at extension core.@Accessor(qualifier="column4", type=GETTER) public java.lang.Short getColumn4()
IndexTestItem.column4 attribute defined at extension core.@Accessor(qualifier="column5", type=GETTER) public java.lang.Short getColumn5()
IndexTestItem.column5 attribute defined at extension core.@Accessor(qualifier="column1", type=SETTER) public void setColumn1(java.lang.Short value)
IndexTestItem.column1 attribute defined at extension core. Can only be used at creation of model - before first save.value - the column1@Accessor(qualifier="column2", type=SETTER) public void setColumn2(java.lang.Short value)
IndexTestItem.column2 attribute defined at extension core. Can only be used at creation of model - before first save.value - the column2@Accessor(qualifier="column3", type=SETTER) public void setColumn3(java.lang.Short value)
IndexTestItem.column3 attribute defined at extension core. Can only be used at creation of model - before first save.value - the column3@Accessor(qualifier="column4", type=SETTER) public void setColumn4(java.lang.Short value)
IndexTestItem.column4 attribute defined at extension core. Can only be used at creation of model - before first save.value - the column4Copyright © 2018 SAP SE. All Rights Reserved.