Class ClientSideOrderDetails

java.lang.Object
com.eeit87t3.tickiteasy.order.entity.ClientSideOrderDetails

public class ClientSideOrderDetails extends Object
Author:
tony475767
  • Constructor Details

    • ClientSideOrderDetails

      public ClientSideOrderDetails()
  • Method Details

    • getPrice

      public Integer getPrice()
    • setPrice

      public void setPrice(Integer price)
    • getQuantity

      public Integer getQuantity()
    • setQuantity

      public void setQuantity(Integer quantity)
    • getProductById

      public ProductEntity getProductById()
    • setProductById

      public void setProductById(ProductEntity productById)
    • getTicketTypeById

      public TicketTypesEntity getTicketTypeById()
    • setTicketTypeById

      public void setTicketTypeById(TicketTypesEntity ticketTypeById)