public class PromotionQuantityAndPricesRowModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
PRICES
Generated constant - Attribute key of
PromotionQuantityAndPricesRow.prices attribute defined at extension promotions. |
static java.lang.String |
QUANTITY
Generated constant - Attribute key of
PromotionQuantityAndPricesRow.quantity attribute defined at extension promotions. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PromotionQuantityAndPricesRowModel()
Generated constructor - Default constructor for generic creation.
|
PromotionQuantityAndPricesRowModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PromotionQuantityAndPricesRowModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PromotionPriceRowModel> |
getPrices()
Generated method - Getter of the
PromotionQuantityAndPricesRow.prices attribute defined at extension promotions. |
java.lang.Long |
getQuantity()
Generated method - Getter of the
PromotionQuantityAndPricesRow.quantity attribute defined at extension promotions. |
void |
setPrices(java.util.Collection<PromotionPriceRowModel> value)
Generated method - Setter of
PromotionQuantityAndPricesRow.prices attribute defined at extension promotions. |
void |
setQuantity(java.lang.Long value)
Generated method - Setter of
PromotionQuantityAndPricesRow.quantity attribute defined at extension promotions. |
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 QUANTITY
PromotionQuantityAndPricesRow.quantity attribute defined at extension promotions.public static final java.lang.String PRICES
PromotionQuantityAndPricesRow.prices attribute defined at extension promotions.public PromotionQuantityAndPricesRowModel()
public PromotionQuantityAndPricesRowModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PromotionQuantityAndPricesRowModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="prices", type=GETTER) public java.util.Collection<PromotionPriceRowModel> getPrices()
PromotionQuantityAndPricesRow.prices attribute defined at extension promotions.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="quantity", type=GETTER) public java.lang.Long getQuantity()
PromotionQuantityAndPricesRow.quantity attribute defined at extension promotions.@Accessor(qualifier="prices", type=SETTER) public void setPrices(java.util.Collection<PromotionPriceRowModel> value)
PromotionQuantityAndPricesRow.prices attribute defined at extension promotions.value - the prices - Prices in specific currencies.Copyright © 2018 SAP SE. All Rights Reserved.