Package com.mt.ecommerce.product.entity
Class Payment
java.lang.Object
com.mt.ecommerce.product.entity.Payment
Entity class representing a Payment in the e-commerce system.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getId()
void
setAmount
(double amount) void
setCreatedAt
(LocalDateTime createdAt) void
setCreditorId
(UUID creditorId) void
setDebitorId
(String debitorId) void
void
setModifiedAt
(LocalDateTime modifiedAt) void
setOrderId
(UUID orderId)
-
Constructor Details
-
Payment
public Payment()
-
-
Method Details
-
getCreditorId
-
setCreditorId
-
getDebitorId
-
setDebitorId
-
getId
-
setId
-
getCreatedAt
-
setCreatedAt
-
getModifiedAt
-
setModifiedAt
-
getOrderId
-
setOrderId
-
getAmount
public double getAmount() -
setAmount
public void setAmount(double amount)
-