Class OrderBCard
java.lang.Object
com.maplander.backend.model.bCardOrder.OrderBCard
-
Constructor Summary
ConstructorsConstructorDescriptionOrderBCard(List<OrderItemBCard> itemsBCard, double totalPrice, int totalItemsBCard, Address shippingAddress, Long officeId, Long userIdCreateOrder) OrderBCard(List<OrderItemBCard> itemsBCard, int date, double totalPrice, int totalItemsBCard, Address shippingAddress, Long officeId, Long userIdCreateOrder, OrderBCardEnum status, String urlPayment, String order_id, String checkoutId, String created_at) -
Method Summary
Modifier and TypeMethodDescriptionintgetDate()getId()intdoublevoidsetCheckoutId(String checkoutId) voidsetCreated_at(String created_at) voidsetDate(int date) voidvoidsetItemsBCardId(List<OrderItemBCard> itemsBCard) voidsetOfficeId(Long officeId) voidsetOrder_id(String order_id) voidsetShippingAddress(Address shippingAddress) voidsetStatus(OrderBCardEnum status) voidsetTotalItemsBCard(int totalItemsBCard) voidsetTotalPrice(double totalPrice) voidsetUrlPayment(String urlPayment) voidsetUserIdCreateOrder(Long userIdCreateOrder)
-
Constructor Details
-
OrderBCard
public OrderBCard() -
OrderBCard
public OrderBCard(List<OrderItemBCard> itemsBCard, double totalPrice, int totalItemsBCard, Address shippingAddress, Long officeId, Long userIdCreateOrder) -
OrderBCard
public OrderBCard(List<OrderItemBCard> itemsBCard, int date, double totalPrice, int totalItemsBCard, Address shippingAddress, Long officeId, Long userIdCreateOrder, OrderBCardEnum status, String urlPayment, String order_id, String checkoutId, String created_at)
-
-
Method Details
-
getId
-
setId
-
getItemsBCardId
-
setItemsBCardId
-
getDate
public int getDate() -
setDate
public void setDate(int date) -
getTotalPrice
public double getTotalPrice() -
setTotalPrice
public void setTotalPrice(double totalPrice) -
getTotalItemsBCard
public int getTotalItemsBCard() -
setTotalItemsBCard
public void setTotalItemsBCard(int totalItemsBCard) -
getShippingAddress
-
setShippingAddress
-
getOfficeId
-
setOfficeId
-
getStatus
-
setStatus
-
getUrlPayment
-
setUrlPayment
-
getOrder_id
-
setOrder_id
-
getCheckoutId
-
setCheckoutId
-
getCreated_at
-
setCreated_at
-
getUserIdCreateOrder
-
setUserIdCreateOrder
-