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()
int
void
setClosedDate
(Date closedDate) void
setConfirmed
(Boolean confirmed) void
setCreateDate
(Date createDate) void
setEditorFields
(BasketInvoicePaymentEditorFields editorFields) void
void
setInvoiceId
(Long invoiceId) void
setPayedPrice
(BigDecimal payedPrice) void
setPaymentDescription
(String paymentDescription) void
setPaymentMethod
(String paymentMethod) void
setPaymentsBasketInvoice
(BasketInvoiceEntity paymentsBasketInvoice) void
setPaymentStatus
(Integer paymentStatus) void
setRealPaymentId
(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
-