public class PromotionOrderEntryConsumedModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ADJUSTEDUNITPRICE
Generated constant - Attribute key of
PromotionOrderEntryConsumed.adjustedUnitPrice attribute defined at extension promotions. |
static String |
CODE
Generated constant - Attribute key of
PromotionOrderEntryConsumed.code attribute defined at extension promotions. |
static String |
ORDERENTRY
Generated constant - Attribute key of
PromotionOrderEntryConsumed.orderEntry attribute defined at extension promotions. |
static String |
PROMOTIONRESULT
Generated constant - Attribute key of
PromotionOrderEntryConsumed.promotionResult attribute defined at extension promotions. |
static String |
QUANTITY
Generated constant - Attribute key of
PromotionOrderEntryConsumed.quantity attribute defined at extension promotions. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PromotionOrderEntryConsumedModel()
Generated constructor - Default constructor for generic creation.
|
PromotionOrderEntryConsumedModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PromotionOrderEntryConsumedModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getAdjustedUnitPrice()
Generated method - Getter of the
PromotionOrderEntryConsumed.adjustedUnitPrice attribute defined at extension promotions. |
String |
getCode()
Generated method - Getter of the
PromotionOrderEntryConsumed.code attribute defined at extension promotions. |
AbstractOrderEntryModel |
getOrderEntry()
Generated method - Getter of the
PromotionOrderEntryConsumed.orderEntry attribute defined at extension promotions. |
PromotionResultModel |
getPromotionResult()
Generated method - Getter of the
PromotionOrderEntryConsumed.promotionResult attribute defined at extension promotions. |
Long |
getQuantity()
Generated method - Getter of the
PromotionOrderEntryConsumed.quantity attribute defined at extension promotions. |
void |
setAdjustedUnitPrice(Double value)
Generated method - Setter of
PromotionOrderEntryConsumed.adjustedUnitPrice attribute defined at extension promotions. |
void |
setCode(String value)
Generated method - Setter of
PromotionOrderEntryConsumed.code attribute defined at extension promotions. |
void |
setOrderEntry(AbstractOrderEntryModel value)
Generated method - Setter of
PromotionOrderEntryConsumed.orderEntry attribute defined at extension promotions. |
void |
setPromotionResult(PromotionResultModel value)
Generated method - Setter of
PromotionOrderEntryConsumed.promotionResult attribute defined at extension promotions. |
void |
setQuantity(Long value)
Generated method - Setter of
PromotionOrderEntryConsumed.quantity attribute defined at extension promotions. |
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 CODE
PromotionOrderEntryConsumed.code attribute defined at extension promotions.public static final String PROMOTIONRESULT
PromotionOrderEntryConsumed.promotionResult attribute defined at extension promotions.public static final String QUANTITY
PromotionOrderEntryConsumed.quantity attribute defined at extension promotions.public static final String ADJUSTEDUNITPRICE
PromotionOrderEntryConsumed.adjustedUnitPrice attribute defined at extension promotions.public static final String ORDERENTRY
PromotionOrderEntryConsumed.orderEntry attribute defined at extension promotions.public PromotionOrderEntryConsumedModel()
public PromotionOrderEntryConsumedModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PromotionOrderEntryConsumedModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="adjustedUnitPrice", type=GETTER) public Double getAdjustedUnitPrice()
PromotionOrderEntryConsumed.adjustedUnitPrice attribute defined at extension promotions.@Accessor(qualifier="code", type=GETTER) public String getCode()
PromotionOrderEntryConsumed.code attribute defined at extension promotions.@Accessor(qualifier="orderEntry", type=GETTER) public AbstractOrderEntryModel getOrderEntry()
PromotionOrderEntryConsumed.orderEntry attribute defined at extension promotions.@Accessor(qualifier="promotionResult", type=GETTER) public PromotionResultModel getPromotionResult()
PromotionOrderEntryConsumed.promotionResult attribute defined at extension promotions.@Accessor(qualifier="quantity", type=GETTER) public Long getQuantity()
PromotionOrderEntryConsumed.quantity attribute defined at extension promotions.@Accessor(qualifier="adjustedUnitPrice", type=SETTER) public void setAdjustedUnitPrice(Double value)
PromotionOrderEntryConsumed.adjustedUnitPrice attribute defined at extension promotions.value - the adjustedUnitPrice - The quantity.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
PromotionOrderEntryConsumed.code attribute defined at extension promotions.value - the code - The code for this consumed entry@Accessor(qualifier="orderEntry", type=SETTER) public void setOrderEntry(AbstractOrderEntryModel value)
PromotionOrderEntryConsumed.orderEntry attribute defined at extension promotions.value - the orderEntry - The order entry.@Accessor(qualifier="promotionResult", type=SETTER) public void setPromotionResult(PromotionResultModel value)
PromotionOrderEntryConsumed.promotionResult attribute defined at extension promotions.value - the promotionResult - The promotion result.Copyright © 2017 SAP SE. All Rights Reserved.