Uses of Class
org.cxml.UnitPrice
Packages that use UnitPrice
-
Uses of UnitPrice in org.cxml
Modifier and TypeFieldDescriptionprotected UnitPriceAcceptanceItemDetail.unitPriceprotected UnitPriceBlanketItemDetail.unitPriceprotected UnitPriceConsignmentMovement.unitPriceprotected UnitPriceContractItem.unitPriceprotected UnitPriceForecast.unitPriceprotected UnitPriceItemDetail.unitPriceprotected UnitPriceProductActivityDetails.unitPriceprotected UnitPricePunchoutDetail.unitPriceModifier and TypeMethodDescriptionObjectFactory.createUnitPrice()Create an instance ofUnitPriceAcceptanceItemDetail.getUnitPrice()Gets the value of the unitPrice property.BlanketItemDetail.getUnitPrice()Gets the value of the unitPrice property.ConsignmentMovement.getUnitPrice()Gets the value of the unitPrice property.ContractItem.getUnitPrice()Gets the value of the unitPrice property.Forecast.getUnitPrice()Gets the value of the unitPrice property.ItemDetail.getUnitPrice()Gets the value of the unitPrice property.ProductActivityDetails.getUnitPrice()Gets the value of the unitPrice property.PunchoutDetail.getUnitPrice()Gets the value of the unitPrice property.Modifier and TypeMethodDescriptionvoidAcceptanceItemDetail.setUnitPrice(UnitPrice value) Sets the value of the unitPrice property.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.voidForecast.setUnitPrice(UnitPrice value) Sets the value of the unitPrice property.voidItemDetail.setUnitPrice(UnitPrice value) Sets the value of the unitPrice property.voidProductActivityDetails.setUnitPrice(UnitPrice value) Sets the value of the unitPrice property.voidPunchoutDetail.setUnitPrice(UnitPrice value) Sets the value of the unitPrice property.