public class RuleBasedOrderEntryAdjustActionModel extends AbstractRuleBasedPromotionActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
AMOUNT
Generated constant - Attribute key of
RuleBasedOrderEntryAdjustAction.amount attribute defined at extension promotionengineservices. |
static java.lang.String |
ORDERENTRYNUMBER
Generated constant - Attribute key of
RuleBasedOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotionengineservices. |
static java.lang.String |
ORDERENTRYPRODUCT
Generated constant - Attribute key of
RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotionengineservices. |
static java.lang.String |
ORDERENTRYQUANTITY
Generated constant - Attribute key of
RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotionengineservices. |
METADATAHANDLERS, RULE, STRATEGYID, USEDCOUPONCODES_PROMOTIONRESULT2PROMOTIONACTIONSRELATION, GUID, MARKEDAPPLIED, PROMOTIONRESULT_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
RuleBasedOrderEntryAdjustActionModel()
Generated constructor - Default constructor for generic creation.
|
RuleBasedOrderEntryAdjustActionModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
RuleBasedOrderEntryAdjustActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getAmount()
Generated method - Getter of the
RuleBasedOrderEntryAdjustAction.amount attribute defined at extension promotionengineservices. |
java.lang.Integer |
getOrderEntryNumber()
Generated method - Getter of the
RuleBasedOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotionengineservices. |
ProductModel |
getOrderEntryProduct()
Generated method - Getter of the
RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotionengineservices. |
java.lang.Long |
getOrderEntryQuantity()
Generated method - Getter of the
RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotionengineservices. |
void |
setAmount(java.math.BigDecimal value)
Generated method - Setter of
RuleBasedOrderEntryAdjustAction.amount attribute defined at extension promotionengineservices. |
void |
setOrderEntryNumber(java.lang.Integer value)
Generated method - Setter of
RuleBasedOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotionengineservices. |
void |
setOrderEntryProduct(ProductModel value)
Generated method - Setter of
RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotionengineservices. |
void |
setOrderEntryQuantity(java.lang.Long value)
Generated method - Setter of
RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotionengineservices. |
getMetadataHandlers, getRule, getStrategyId, getUsedCouponCodes, setMetadataHandlers, setRule, setStrategyId, setUsedCouponCodesgetGuid, getMarkedApplied, getPromotionResult, setGuid, setMarkedApplied, setPromotionResultgetComments, 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 AMOUNT
RuleBasedOrderEntryAdjustAction.amount attribute defined at extension promotionengineservices.public static final java.lang.String ORDERENTRYPRODUCT
RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotionengineservices.public static final java.lang.String ORDERENTRYQUANTITY
RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotionengineservices.public static final java.lang.String ORDERENTRYNUMBER
RuleBasedOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotionengineservices.public RuleBasedOrderEntryAdjustActionModel()
public RuleBasedOrderEntryAdjustActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public RuleBasedOrderEntryAdjustActionModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="amount", type=GETTER) public java.math.BigDecimal getAmount()
RuleBasedOrderEntryAdjustAction.amount attribute defined at extension promotionengineservices.@Accessor(qualifier="orderEntryNumber", type=GETTER) public java.lang.Integer getOrderEntryNumber()
RuleBasedOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotionengineservices.@Accessor(qualifier="orderEntryProduct", type=GETTER) public ProductModel getOrderEntryProduct()
RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotionengineservices.@Accessor(qualifier="orderEntryQuantity", type=GETTER) public java.lang.Long getOrderEntryQuantity()
RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotionengineservices.@Accessor(qualifier="amount", type=SETTER) public void setAmount(java.math.BigDecimal value)
RuleBasedOrderEntryAdjustAction.amount attribute defined at extension promotionengineservices.value - the amount - The amount to adjust the order entry by.@Accessor(qualifier="orderEntryNumber", type=SETTER) public void setOrderEntryNumber(java.lang.Integer value)
RuleBasedOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotionengineservices.value - the orderEntryNumber - The entry number in the order@Accessor(qualifier="orderEntryProduct", type=SETTER) public void setOrderEntryProduct(ProductModel value)
RuleBasedOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotionengineservices.value - the orderEntryProduct - The product of the order entry to adjust@Accessor(qualifier="orderEntryQuantity", type=SETTER) public void setOrderEntryQuantity(java.lang.Long value)
RuleBasedOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotionengineservices.value - the orderEntryQuantity - The quantity of the order entry to adjustCopyright © 2018 SAP SE. All Rights Reserved.