public class CatalogOverviewModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
AMOUNT
Generated constant - Attribute key of
CatalogOverview.amount attribute defined at extension catalog. |
static String |
CAT
Generated constant - Attribute key of
CatalogOverview.cat attribute defined at extension catalog. |
static String |
CATALOGVERSION
Generated constant - Attribute key of
CatalogOverview.catalogversion attribute defined at extension catalog. |
static String |
TYPECODE
Generated constant - Attribute key of
CatalogOverview.typeCode attribute defined at extension catalog. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CatalogOverviewModel()
Generated constructor - Default constructor for generic creation.
|
CatalogOverviewModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CatalogOverviewModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAmount()
Generated method - Getter of the
CatalogOverview.amount attribute defined at extension catalog. |
CatalogModel |
getCat()
Generated method - Getter of the
CatalogOverview.cat attribute defined at extension catalog. |
CatalogVersionModel |
getCatalogversion()
Generated method - Getter of the
CatalogOverview.catalogversion attribute defined at extension catalog. |
ComposedTypeModel |
getTypeCode()
Generated method - Getter of the
CatalogOverview.typeCode attribute defined at extension catalog. |
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 CAT
CatalogOverview.cat attribute defined at extension catalog.public static final String TYPECODE
CatalogOverview.typeCode attribute defined at extension catalog.public static final String AMOUNT
CatalogOverview.amount attribute defined at extension catalog.public static final String CATALOGVERSION
CatalogOverview.catalogversion attribute defined at extension catalog.public CatalogOverviewModel()
public CatalogOverviewModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CatalogOverviewModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="amount", type=GETTER) public Integer getAmount()
CatalogOverview.amount attribute defined at extension catalog.@Accessor(qualifier="cat", type=GETTER) public CatalogModel getCat()
CatalogOverview.cat attribute defined at extension catalog.@Accessor(qualifier="catalogversion", type=GETTER) public CatalogVersionModel getCatalogversion()
CatalogOverview.catalogversion attribute defined at extension catalog.@Accessor(qualifier="typeCode", type=GETTER) public ComposedTypeModel getTypeCode()
CatalogOverview.typeCode attribute defined at extension catalog.Copyright © 2017 SAP SE. All Rights Reserved.