Uses of Class
com.fourjs.report.facturx.Quantity
-
Packages that use Quantity 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 Quantity in com.fourjs.report.facturx
Methods in com.fourjs.report.facturx that return Quantity Modifier and Type Method Description static Quantity
Quantity. fromString(String value)
static Quantity
Quantity. valueOf(double value)
static Quantity
Quantity. valueOf(int value)
static Quantity
Quantity. valueOf(String value)
static Quantity
Quantity. valueOf(BigDecimal value)
-
Uses of Quantity in com.fourjs.report.facturx.profiles.basic
Methods in com.fourjs.report.facturx.profiles.basic that return Quantity Modifier and Type Method Description Quantity
InvoiceLine. getInvoicedQuantity()
BT-129:Invoiced quantityQuantity
InvoiceLine. getNetItemPriceBaseQuantity()
BT-149:Item price base quantityMethods in com.fourjs.report.facturx.profiles.basic with parameters of type Quantity Modifier and Type Method Description InvoiceLine
Invoice. appendNewInvoiceLine(Identifier 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()
InvoiceLine
InvoiceLine. setInvoicedQuantity(Quantity value)
InvoiceLine
InvoiceLine. setNetItemPriceBaseQuantity(Quantity value)
-
Uses of Quantity in com.fourjs.report.facturx.profiles.en16931
Methods in com.fourjs.report.facturx.profiles.en16931 that return Quantity Modifier and Type Method Description Quantity
InvoiceLine. getGrossItemPriceBaseQuantity()
BT-149-1:Item price base quantityQuantity
InvoiceLine. getInvoicedQuantity()
BT-129:Invoiced quantityQuantity
InvoiceLine. getNetItemPriceBaseQuantity()
BT-149:Item price base quantityMethods in com.fourjs.report.facturx.profiles.en16931 with parameters of type Quantity Modifier and Type Method Description InvoiceLine
Invoice. appendNewInvoiceLine(Identifier invoiceLineIdentifier, String itemName, 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()
InvoiceLine
InvoiceLine. setGrossItemPriceBaseQuantity(Quantity value)
InvoiceLine
InvoiceLine. setInvoicedQuantity(Quantity value)
InvoiceLine
InvoiceLine. setNetItemPriceBaseQuantity(Quantity value)
-
Uses of Quantity in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return Quantity Modifier and Type Method Description Quantity
DocumentLevelAllowances. getBasisQuantity()
EXT:Allowance / charge base quantityQuantity
InvoiceLine. getChargeFreeQuantity()
EXT:Amount, without chargeQuantity
InvoiceLine. getGrossItemPriceBaseQuantity()
BT-149-1:Item price base quantityQuantity
DetailedInformationOnTheIncludedItems. getIncludedAmount()
EXT:Included amountQuantity
InvoiceLine. getInvoicedQuantity()
BT-129:Invoiced quantityQuantity
InvoiceLine. getNetItemPriceBaseQuantity()
BT-149:Item price base quantityQuantity
InvoiceLine. getPackageQuantity()
EXT:Package quantityMethods in com.fourjs.report.facturx.profiles.extended with parameters of type Quantity Modifier and Type Method Description InvoiceLine
Invoice. appendNewInvoiceLine(Identifier invoiceLineIdentifier, String itemName, Codes.UnitOfMeasure invoicedQuantityUnitOfMeasureCode, Quantity invoicedQuantity)
Creates an InvoiceLine object and appends it to the list obtainable by a call to getInvoice.getInvoiceLines()
DocumentLevelAllowances
DocumentLevelAllowances. setBasisQuantity(Quantity value)
InvoiceLine
InvoiceLine. setChargeFreeQuantity(Quantity value)
InvoiceLine
InvoiceLine. setGrossItemPriceBaseQuantity(Quantity value)
DetailedInformationOnTheIncludedItems
DetailedInformationOnTheIncludedItems. setIncludedAmount(Quantity value)
InvoiceLine
InvoiceLine. setInvoicedQuantity(Quantity value)
InvoiceLine
InvoiceLine. setNetItemPriceBaseQuantity(Quantity value)
InvoiceLine
InvoiceLine. setPackageQuantity(Quantity value)
-