Class PromotionPriceDerivationRuleReferenceType
java.lang.Object
com.sap.retail.sapppspricing.swagger.businessobject.dto.PromotionPriceDerivationRuleReferenceType
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2022-09-26T19:16:22.658615400+05:30[Asia/Calcutta]")
public class PromotionPriceDerivationRuleReferenceType
extends Object
Specifies the price derivation rule to which a line item contributed to.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAnyItem(Object anyItem) booleangetAny()This is currently not supported.Identifies a price derivation rule.Identifies a promotion.The quantity relevant for the applied price derivation rule.inthashCode()priceDerivationRuleID(String priceDerivationRuleID) promotionID(String promotionID) referenceQuantity(BigDecimal referenceQuantity) voidvoidsetPriceDerivationRuleID(String priceDerivationRuleID) voidsetPromotionID(String promotionID) voidsetReferenceQuantity(BigDecimal referenceQuantity) toString()
-
Constructor Details
-
PromotionPriceDerivationRuleReferenceType
public PromotionPriceDerivationRuleReferenceType()
-
-
Method Details
-
promotionID
-
getPromotionID
Identifies a promotion. Positive number.- Returns:
- promotionID
-
setPromotionID
-
priceDerivationRuleID
public PromotionPriceDerivationRuleReferenceType priceDerivationRuleID(String priceDerivationRuleID) -
getPriceDerivationRuleID
Identifies a price derivation rule. Decimal representation of a 64 bit integer value.- Returns:
- priceDerivationRuleID
-
setPriceDerivationRuleID
-
referenceQuantity
-
getReferenceQuantity
The quantity relevant for the applied price derivation rule. minimum: 0- Returns:
- referenceQuantity
-
setReferenceQuantity
-
any
-
addAnyItem
-
getAny
This is currently not supported.- Returns:
- any
-
setAny
-
equals
-
hashCode
public int hashCode() -
toString
-