Uses of Class
org.cxml.UnitPrice
-
Packages that use UnitPrice Package Description org.cxml -
-
Uses of UnitPrice in org.cxml
Fields in org.cxml declared as UnitPrice Modifier and Type Field Description protected UnitPriceBlanketItemDetail. unitPriceprotected UnitPriceConsignmentMovement. unitPriceprotected UnitPriceContractItem. unitPriceprotected UnitPriceItemDetail. unitPriceprotected UnitPricePunchoutDetail. unitPriceMethods in org.cxml that return UnitPrice Modifier and Type Method Description UnitPriceObjectFactory. createUnitPrice()Create an instance ofUnitPriceUnitPriceBlanketItemDetail. getUnitPrice()Gets the value of the unitPrice property.UnitPriceConsignmentMovement. getUnitPrice()Gets the value of the unitPrice property.UnitPriceContractItem. getUnitPrice()Gets the value of the unitPrice property.UnitPriceItemDetail. getUnitPrice()Gets the value of the unitPrice property.UnitPricePunchoutDetail. getUnitPrice()Gets the value of the unitPrice property.Methods in org.cxml with parameters of type UnitPrice Modifier and Type Method Description voidBlanketItemDetail. setUnitPrice(UnitPrice value)Sets the value of the unitPrice property.voidConsignmentMovement. setUnitPrice(UnitPrice value)Sets the value of the unitPrice property.voidContractItem. setUnitPrice(UnitPrice value)Sets the value of the unitPrice property.voidItemDetail. setUnitPrice(UnitPrice value)Sets the value of the unitPrice property.voidPunchoutDetail. setUnitPrice(UnitPrice value)Sets the value of the unitPrice property.
-