public class PromotionOrderEntryConsumedModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ADJUSTEDUNITPRICE
Generated constant - Attribute key of
PromotionOrderEntryConsumed.adjustedUnitPrice attribute defined at extension promotions. |
static java.lang.String |
CODE
Generated constant - Attribute key of
PromotionOrderEntryConsumed.code attribute defined at extension promotions. |
static java.lang.String |
ORDERENTRY
Generated constant - Attribute key of
PromotionOrderEntryConsumed.orderEntry attribute defined at extension promotions. |
static java.lang.String |
ORDERENTRYNUMBER
Generated constant - Attribute key of
PromotionOrderEntryConsumed.orderEntryNumber attribute defined at extension promotions. |
static java.lang.String |
ORDERENTRYNUMBERWITHFALLBACK
Generated constant - Attribute key of
PromotionOrderEntryConsumed.orderEntryNumberWithFallback attribute defined at extension promotions. |
static java.lang.String |
PROMOTIONRESULT
Generated constant - Attribute key of
PromotionOrderEntryConsumed.promotionResult attribute defined at extension promotions. |
static java.lang.String |
QUANTITY
Generated constant - Attribute key of
PromotionOrderEntryConsumed.quantity attribute defined at extension promotions. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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 |
|---|---|
java.lang.Double |
getAdjustedUnitPrice()
Generated method - Getter of the
PromotionOrderEntryConsumed.adjustedUnitPrice attribute defined at extension promotions. |
java.lang.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. |
java.lang.Integer |
getOrderEntryNumber()
Generated method - Getter of the
PromotionOrderEntryConsumed.orderEntryNumber attribute defined at extension promotions. |
java.lang.Integer |
getOrderEntryNumberWithFallback()
Generated method - Getter of the
PromotionOrderEntryConsumed.orderEntryNumberWithFallback dynamic attribute defined at extension promotions. |
PromotionResultModel |
getPromotionResult()
Generated method - Getter of the
PromotionOrderEntryConsumed.promotionResult attribute defined at extension promotions. |
java.lang.Long |
getQuantity()
Generated method - Getter of the
PromotionOrderEntryConsumed.quantity attribute defined at extension promotions. |
void |
setAdjustedUnitPrice(java.lang.Double value)
Generated method - Setter of
PromotionOrderEntryConsumed.adjustedUnitPrice attribute defined at extension promotions. |
void |
setCode(java.lang.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 |
setOrderEntryNumber(java.lang.Integer value)
Generated method - Setter of
PromotionOrderEntryConsumed.orderEntryNumber attribute defined at extension promotions. |
void |
setPromotionResult(PromotionResultModel value)
Generated method - Setter of
PromotionOrderEntryConsumed.promotionResult attribute defined at extension promotions. |
void |
setQuantity(java.lang.Long value)
Generated method - Setter of
PromotionOrderEntryConsumed.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 CODE
PromotionOrderEntryConsumed.code attribute defined at extension promotions.public static final java.lang.String PROMOTIONRESULT
PromotionOrderEntryConsumed.promotionResult attribute defined at extension promotions.public static final java.lang.String QUANTITY
PromotionOrderEntryConsumed.quantity attribute defined at extension promotions.public static final java.lang.String ADJUSTEDUNITPRICE
PromotionOrderEntryConsumed.adjustedUnitPrice attribute defined at extension promotions.public static final java.lang.String ORDERENTRY
PromotionOrderEntryConsumed.orderEntry attribute defined at extension promotions.public static final java.lang.String ORDERENTRYNUMBER
PromotionOrderEntryConsumed.orderEntryNumber attribute defined at extension promotions.public static final java.lang.String ORDERENTRYNUMBERWITHFALLBACK
PromotionOrderEntryConsumed.orderEntryNumberWithFallback 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 java.lang.Double getAdjustedUnitPrice()
PromotionOrderEntryConsumed.adjustedUnitPrice attribute defined at extension promotions.@Accessor(qualifier="code", type=GETTER) public java.lang.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="orderEntryNumber", type=GETTER) public java.lang.Integer getOrderEntryNumber()
PromotionOrderEntryConsumed.orderEntryNumber attribute defined at extension promotions.@Accessor(qualifier="orderEntryNumberWithFallback", type=GETTER) public java.lang.Integer getOrderEntryNumberWithFallback()
PromotionOrderEntryConsumed.orderEntryNumberWithFallback dynamic 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 java.lang.Long getQuantity()
PromotionOrderEntryConsumed.quantity attribute defined at extension promotions.@Accessor(qualifier="adjustedUnitPrice", type=SETTER) public void setAdjustedUnitPrice(java.lang.Double value)
PromotionOrderEntryConsumed.adjustedUnitPrice attribute defined at extension promotions.value - the adjustedUnitPrice - The quantity.@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.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="orderEntryNumber", type=SETTER) public void setOrderEntryNumber(java.lang.Integer value)
PromotionOrderEntryConsumed.orderEntryNumber attribute defined at extension promotions.value - the orderEntryNumber - The order entry number.@Accessor(qualifier="promotionResult", type=SETTER) public void setPromotionResult(PromotionResultModel value)
PromotionOrderEntryConsumed.promotionResult attribute defined at extension promotions.value - the promotionResult - The promotion result.Copyright © 2018 SAP SE. All Rights Reserved.