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()voidvoidsetCreatedBy(String createdBy) voidsetCreatedDate(OffsetDateTime createdDate) voidvoidsetInvoice(Invoices invoice) voidsetLastModifiedBy(String lastModifiedBy) voidsetLastModifiedDate(OffsetDateTime lastModifiedDate) voidsetProduct(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.
-