Class BasketInvoicePaymentEntity
java.lang.Object
sk.iway.iwcm.components.basket.jpa.BasketInvoicePaymentEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()intvoidsetClosedDate(Date closedDate) voidsetConfirmed(Boolean confirmed) voidsetCreateDate(Date createDate) voidsetEditorFields(BasketInvoicePaymentEditorFields editorFields) voidvoidsetInvoiceId(Long invoiceId) voidsetPayedPrice(BigDecimal payedPrice) voidsetPaymentDescription(String paymentDescription) voidsetPaymentMethod(String paymentMethod) voidsetPaymentsBasketInvoice(BasketInvoiceEntity paymentsBasketInvoice) voidsetPaymentStatus(Integer paymentStatus) voidsetRealPaymentId(String realPaymentId)
-
Constructor Details
-
BasketInvoicePaymentEntity
public BasketInvoicePaymentEntity()
-
-
Method Details
-
getItemId
public int getItemId() -
getId
-
getInvoiceId
-
getPaymentMethod
-
getPayedPrice
-
getConfirmed
-
getPaymentStatus
-
getCreateDate
-
getPaymentDescription
-
getClosedDate
-
getRealPaymentId
-
getPaymentsBasketInvoice
-
getEditorFields
-
setId
-
setInvoiceId
-
setPaymentMethod
-
setPayedPrice
-
setConfirmed
-
setPaymentStatus
-
setCreateDate
-
setPaymentDescription
-
setClosedDate
-
setRealPaymentId
-
setPaymentsBasketInvoice
-
setEditorFields
-