Class BasketStatsDTO.SalesTimelinePoint
java.lang.Object
sk.iway.iwcm.components.basket.rest.BasketStatsDTO.SalesTimelinePoint
- Enclosing class:
- BasketStatsDTO
Represents revenue totals for one calendar day in the sales timeline.
-
Constructor Summary
ConstructorsConstructorDescriptionSalesTimelinePoint(Date dayDate, BigDecimal revenueWithVat, BigDecimal revenueWithoutVat) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDayDate(Date dayDate) voidsetRevenueWithoutVat(BigDecimal revenueWithoutVat) voidsetRevenueWithVat(BigDecimal revenueWithVat)
-
Constructor Details
-
SalesTimelinePoint
public SalesTimelinePoint() -
SalesTimelinePoint
-
-
Method Details
-
getDayDate
-
getRevenueWithVat
-
getRevenueWithoutVat
-
setDayDate
-
setRevenueWithVat
-
setRevenueWithoutVat
-