Interface PriceDataItem
public interface PriceDataItem
- Author:
- Jon Fleschler (jfleschler)
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getPriceListId
Long getPriceListId()- Returns:
- the pricelist id that this DataItem targets
-
getSalePrice
BigDecimal getSalePrice()- Returns:
- the sale price
-
getRetailPrice
BigDecimal getRetailPrice()- Returns:
- the retail price (MSRP)
-
getActiveStartDate
Date getActiveStartDate()- Returns:
- the active start date for this DataItem
-
getActiveEndDate
Date getActiveEndDate()- Returns:
- the active end date for this DataItem
-