Uses of Class
dev.vality.damsel.domain.InvoiceLine
Packages that use InvoiceLine
-
Uses of InvoiceLine in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain with type parameters of type InvoiceLineMethods in dev.vality.damsel.domain that return InvoiceLineModifier and TypeMethodDescriptionInvoiceLine.deepCopy()InvoiceLine.setMetadata(Map<String, Value> metadata) InvoiceLine.setProduct(String product) InvoiceLine.setQuantity(int quantity) Methods in dev.vality.damsel.domain that return types with arguments of type InvoiceLineMethods in dev.vality.damsel.domain with parameters of type InvoiceLineModifier and TypeMethodDescriptionvoidInvoiceCart.addToLines(InvoiceLine elem) intInvoiceLine.compareTo(InvoiceLine other) booleanInvoiceLine.equals(InvoiceLine that) Method parameters in dev.vality.damsel.domain with type arguments of type InvoiceLineConstructors in dev.vality.damsel.domain with parameters of type InvoiceLineConstructor parameters in dev.vality.damsel.domain with type arguments of type InvoiceLine