Uses of Class
org.cxml.PromotionQuantity
-
Packages that use PromotionQuantity Package Description org.cxml -
-
Uses of PromotionQuantity in org.cxml
Fields in org.cxml declared as PromotionQuantity Modifier and Type Field Description protected PromotionQuantityConsignmentInventory. promotionQuantityprotected PromotionQuantityInventory. promotionQuantityMethods in org.cxml that return PromotionQuantity Modifier and Type Method Description PromotionQuantityObjectFactory. createPromotionQuantity()Create an instance ofPromotionQuantityPromotionQuantityConsignmentInventory. getPromotionQuantity()Gets the value of the promotionQuantity property.PromotionQuantityInventory. getPromotionQuantity()Gets the value of the promotionQuantity property.Methods in org.cxml with parameters of type PromotionQuantity Modifier and Type Method Description voidConsignmentInventory. setPromotionQuantity(PromotionQuantity value)Sets the value of the promotionQuantity property.voidInventory. setPromotionQuantity(PromotionQuantity value)Sets the value of the promotionQuantity property.
-