Uses of Class
dev.vality.damsel.domain.InvoiceLine
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoiceLine in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type InvoiceLine Modifier and Type Field Description List<InvoiceLine>InvoiceCart. linesMethods in dev.vality.damsel.domain that return InvoiceLine Modifier and Type Method Description InvoiceLineInvoiceLine. deepCopy()InvoiceLineInvoiceLine. setMetadata(Map<String,Value> metadata)InvoiceLineInvoiceLine. setPrice(Cash price)InvoiceLineInvoiceLine. setProduct(String product)InvoiceLineInvoiceLine. setQuantity(int quantity)Methods in dev.vality.damsel.domain that return types with arguments of type InvoiceLine Modifier and Type Method Description List<InvoiceLine>InvoiceCart. getLines()Iterator<InvoiceLine>InvoiceCart. getLinesIterator()Methods in dev.vality.damsel.domain with parameters of type InvoiceLine Modifier and Type Method Description voidInvoiceCart. addToLines(InvoiceLine elem)intInvoiceLine. compareTo(InvoiceLine other)booleanInvoiceLine. equals(InvoiceLine that)Method parameters in dev.vality.damsel.domain with type arguments of type InvoiceLine Modifier and Type Method Description InvoiceCartInvoiceCart. setLines(List<InvoiceLine> lines)Constructors in dev.vality.damsel.domain with parameters of type InvoiceLine Constructor Description InvoiceLine(InvoiceLine other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.domain with type arguments of type InvoiceLine Constructor Description InvoiceCart(List<InvoiceLine> lines)