public class PromotionOrderEntryAdjustActionModel extends AbstractPromotionActionModel
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
PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions. |
static java.lang.String |
ORDERENTRYNUMBER
Generated constant - Attribute key of
PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions. |
static java.lang.String |
ORDERENTRYPRODUCT
Generated constant - Attribute key of
PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions. |
static java.lang.String |
ORDERENTRYQUANTITY
Generated constant - Attribute key of
PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions. |
_PROMOTIONRESULT2PROMOTIONACTIONSRELATION, GUID, MARKEDAPPLIED, PROMOTIONRESULT_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PromotionOrderEntryAdjustActionModel()
Generated constructor - Default constructor for generic creation.
|
PromotionOrderEntryAdjustActionModel(ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
PromotionOrderEntryAdjustActionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getAmount()
Generated method - Getter of the
PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions. |
java.lang.Integer |
getOrderEntryNumber()
Generated method - Getter of the
PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions. |
ProductModel |
getOrderEntryProduct()
Generated method - Getter of the
PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions. |
java.lang.Long |
getOrderEntryQuantity()
Generated method - Getter of the
PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions. |
void |
setAmount(java.lang.Double value)
Generated method - Setter of
PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions. |
void |
setOrderEntryNumber(java.lang.Integer value)
Generated method - Setter of
PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions. |
void |
setOrderEntryProduct(ProductModel value)
Generated method - Setter of
PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions. |
void |
setOrderEntryQuantity(java.lang.Long value)
Generated method - Setter of
PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions. |
getGuid, 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
PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions.public static final java.lang.String ORDERENTRYPRODUCT
PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions.public static final java.lang.String ORDERENTRYQUANTITY
PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions.public static final java.lang.String ORDERENTRYNUMBER
PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions.public PromotionOrderEntryAdjustActionModel()
public PromotionOrderEntryAdjustActionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PromotionOrderEntryAdjustActionModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="amount", type=GETTER) public java.lang.Double getAmount()
PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions.@Accessor(qualifier="orderEntryNumber", type=GETTER) public java.lang.Integer getOrderEntryNumber()
PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions.@Accessor(qualifier="orderEntryProduct", type=GETTER) public ProductModel getOrderEntryProduct()
PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions.@Accessor(qualifier="orderEntryQuantity", type=GETTER) public java.lang.Long getOrderEntryQuantity()
PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions.@Accessor(qualifier="amount", type=SETTER) public void setAmount(java.lang.Double value)
PromotionOrderEntryAdjustAction.amount attribute defined at extension promotions.value - the amount - The amount to adjust the order entry by.@Accessor(qualifier="orderEntryNumber", type=SETTER) public void setOrderEntryNumber(java.lang.Integer value)
PromotionOrderEntryAdjustAction.orderEntryNumber attribute defined at extension promotions.value - the orderEntryNumber - The entry number in the order@Accessor(qualifier="orderEntryProduct", type=SETTER) public void setOrderEntryProduct(ProductModel value)
PromotionOrderEntryAdjustAction.orderEntryProduct attribute defined at extension promotions.value - the orderEntryProduct - The product of the order entry to adjust@Accessor(qualifier="orderEntryQuantity", type=SETTER) public void setOrderEntryQuantity(java.lang.Long value)
PromotionOrderEntryAdjustAction.orderEntryQuantity attribute defined at extension promotions.value - the orderEntryQuantity - The quantity of the order entry to adjustCopyright © 2018 SAP SE. All Rights Reserved.