Klasse InvoiceProducts
java.lang.Object
de.bytestore.hostinger.entity.ecommerce.InvoiceProducts
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungCalculates the amount of the invoice product by multiplying the amount with the price of the product.getId()
void
void
setCreatedBy
(String createdBy) void
setCreatedDate
(OffsetDateTime createdDate) void
void
setInvoice
(Invoices invoice) void
setLastModifiedBy
(String lastModifiedBy) void
setLastModifiedDate
(OffsetDateTime lastModifiedDate) void
setProduct
(Products product)
-
Konstruktordetails
-
InvoiceProducts
public InvoiceProducts()
-
-
Methodendetails
-
getAmount
-
setAmount
-
getProduct
-
setProduct
-
getInvoice
-
setInvoice
-
getLastModifiedDate
-
setLastModifiedDate
-
getLastModifiedBy
-
setLastModifiedBy
-
getCreatedDate
-
setCreatedDate
-
getCreatedBy
-
setCreatedBy
-
getId
-
setId
-
calculateAmount
Calculates the amount of the invoice product by multiplying the amount with the price of the product.- Gibt zurück:
- The calculated amount as a BigDecimal.
-