Uses of Class
com.fourjs.report.facturx.Decimal
-
Packages that use Decimal Package Description com.fourjs.report.facturx com.fourjs.report.facturx.profiles.extended -
-
Uses of Decimal in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Decimal Modifier and Type Method Description static DecimalDecimal. fromString(String value)static DecimalDecimal. valueOf(double value)static DecimalDecimal. valueOf(int value)static DecimalDecimal. valueOf(String value)static DecimalDecimal. valueOf(BigDecimal value) -
Uses of Decimal in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Decimal Modifier and Type Method Description DecimalPaymentTerms. getActualDiscountAmount()EXT:ActualDiscountAmountDecimalPaymentTerms. getBasisAmount()EXT:BasisAmountDecimalPaymentTerms. getBasisPeriodMeasure()EXT:Basis Period MeasureDecimalIncludedTax. getCalculatedAmount()EXT:CalculatedAmountDecimalPaymentTerms. getCalculationPercent()EXT:CalculationPercentDecimalInvoice. getConversionRate()EXT:Conversion RateDecimalInvoiceLine. getLineGrandTotalAmount()EXT:Line Grand Total amountDecimalInvoiceLine. getLineTotalTaxAmount()EXT:Line Total Tax amountDecimalAdvancePayment. getPaidAmount()EXT:PaidAmountDecimalPaymentTerms. getPartialPaymentAmount()EXT:PartialPaymentAmountDecimalIncludedTax. getRateApplicablePercent()EXT:RateApplicablePercentMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Decimal Modifier and Type Method Description PaymentTermsPaymentTerms. setActualDiscountAmount(Decimal value)PaymentTermsPaymentTerms. setBasisAmount(Decimal value)PaymentTermsPaymentTerms. setBasisPeriodMeasure(Decimal value)IncludedTaxIncludedTax. setCalculatedAmount(Decimal value)PaymentTermsPaymentTerms. setCalculationPercent(Decimal value)InvoiceInvoice. setConversionRate(Decimal value)InvoiceLineInvoiceLine. setLineGrandTotalAmount(Decimal value)InvoiceLineInvoiceLine. setLineTotalTaxAmount(Decimal value)AdvancePaymentAdvancePayment. setPaidAmount(Decimal value)PaymentTermsPaymentTerms. setPartialPaymentAmount(Decimal value)IncludedTaxIncludedTax. setRateApplicablePercent(Decimal value)
-