Uses of Class
com.fourjs.report.facturx.UnitPriceAmount
-
Packages that use UnitPriceAmount Package Description com.fourjs.report.facturx com.fourjs.report.facturx.profiles.basic com.fourjs.report.facturx.profiles.en16931 com.fourjs.report.facturx.profiles.extended -
-
Uses of UnitPriceAmount in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return UnitPriceAmount Modifier and Type Method Description static UnitPriceAmountUnitPriceAmount. fromString(String value)static UnitPriceAmountUnitPriceAmount. valueOf(double value)static UnitPriceAmountUnitPriceAmount. valueOf(int value)static UnitPriceAmountUnitPriceAmount. valueOf(String value)static UnitPriceAmountUnitPriceAmount. valueOf(BigDecimal value) -
Uses of UnitPriceAmount in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return UnitPriceAmount Modifier and Type Method Description UnitPriceAmountInvoiceLine. getItemNetPrice()Methods in com.fourjs.report.facturx.profiles.basic with parameters of type UnitPriceAmount Modifier and Type Method Description InvoiceLineInvoice. appendNewInvoiceLine(IdentifierType invoiceLineIdentifier, String itemName, UnitPriceAmount itemNetPrice, Codes.UnitOfMeasure invoicedQuantityUnitOfMeasureCode, Quantity invoicedQuantity, Codes.VATCategoryCode invoicedItemVATCategoryCode)Creates an InvoiceLine object and appends it to the list obtainable by a call to getInvoice.getInvoiceLines()InvoiceLineInvoiceLine. setItemNetPrice(UnitPriceAmount value) -
Uses of UnitPriceAmount in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return UnitPriceAmount Modifier and Type Method Description UnitPriceAmountInvoiceLine. getItemGrossPrice()UnitPriceAmountInvoiceLine. getItemNetPrice()UnitPriceAmountInvoiceLine. getItemPriceDiscount()Methods in com.fourjs.report.facturx.profiles.en16931 with parameters of type UnitPriceAmount Modifier and Type Method Description InvoiceLineInvoiceLine. setItemGrossPrice(UnitPriceAmount value)InvoiceLineInvoiceLine. setItemNetPrice(UnitPriceAmount value)InvoiceLineInvoiceLine. setItemPriceDiscount(UnitPriceAmount value) -
Uses of UnitPriceAmount in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return UnitPriceAmount Modifier and Type Method Description UnitPriceAmountVATBreakdown. getAllowanceChargeBasisAmount()UnitPriceAmountInvoiceLine. getAllowanceTotalAmount()UnitPriceAmountAppliedTradeAllowanceCharge. getBasisAmount()UnitPriceAmountInvoiceLine. getChargeTotalAmount()UnitPriceAmountVATBreakdown. getGoodsValueOfTheTaxRate()UnitPriceAmountInvoiceLine. getIncludedTaxForB2CCalculatedAmount()UnitPriceAmountInvoiceLine. getItemGrossPrice()UnitPriceAmountInvoiceLine. getItemNetPrice()UnitPriceAmountAppliedTradeAllowanceCharge. getItemPriceDiscount()UnitPriceAmountPaymentTerms. getPaymentPenaltyAmount()UnitPriceAmountPaymentTerms. getPaymentPenaltyBaseAmount()UnitPriceAmountDetailedInformationOnLogisticsServiceFees. getServiceFeeAmount()UnitPriceAmountLineVATInformation. getTaxAmount()UnitPriceAmountInvoiceLine. getTotalAllowanceChargeAmount()
-