public class CustomerOrderOverviewModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CURRENCY
Generated constant - Attribute key of
CustomerOrderOverview.currency attribute defined at extension core. |
static String |
CUSTOMER
Generated constant - Attribute key of
CustomerOrderOverview.customer attribute defined at extension core. |
static String |
ORDERCOUNT
Generated constant - Attribute key of
CustomerOrderOverview.orderCount attribute defined at extension core. |
static String |
ORDERTOTALS
Generated constant - Attribute key of
CustomerOrderOverview.orderTotals attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CustomerOrderOverviewModel()
Generated constructor - Default constructor for generic creation.
|
CustomerOrderOverviewModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CustomerOrderOverviewModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CurrencyModel |
getCurrency()
Generated method - Getter of the
CustomerOrderOverview.currency attribute defined at extension core. |
CustomerModel |
getCustomer()
Generated method - Getter of the
CustomerOrderOverview.customer attribute defined at extension core. |
Integer |
getOrderCount()
Generated method - Getter of the
CustomerOrderOverview.orderCount attribute defined at extension core. |
Double |
getOrderTotals()
Generated method - Getter of the
CustomerOrderOverview.orderTotals attribute defined at extension core. |
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 CUSTOMER
CustomerOrderOverview.customer attribute defined at extension core.public static final String ORDERCOUNT
CustomerOrderOverview.orderCount attribute defined at extension core.public static final String ORDERTOTALS
CustomerOrderOverview.orderTotals attribute defined at extension core.public static final String CURRENCY
CustomerOrderOverview.currency attribute defined at extension core.public CustomerOrderOverviewModel()
public CustomerOrderOverviewModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CustomerOrderOverviewModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="currency", type=GETTER) public CurrencyModel getCurrency()
CustomerOrderOverview.currency attribute defined at extension core.@Accessor(qualifier="customer", type=GETTER) public CustomerModel getCustomer()
CustomerOrderOverview.customer attribute defined at extension core.@Accessor(qualifier="orderCount", type=GETTER) public Integer getOrderCount()
CustomerOrderOverview.orderCount attribute defined at extension core.Copyright © 2017 SAP SE. All Rights Reserved.