public class ItemPrice extends AbstractRealTimeDto
Constructor and Description |
---|
ItemPrice() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAmount() |
Long |
getAudSubCatId() |
List<ChargesAmount> |
getChargesAmounts() |
Date |
getDate() |
Integer |
getMaxQty() |
Integer |
getMinQty() |
Long |
getPriceLevelId() |
Long |
getRateTypeId() |
List<SalePeriod> |
getSalePeriods() |
void |
setAmount(Integer amount) |
void |
setAudSubCatId(Long audSubCatId) |
void |
setChargesAmounts(List<ChargesAmount> chargesAmounts) |
void |
setDate(Date date) |
void |
setMaxQty(Integer maxQty) |
void |
setMinQty(Integer minQty) |
void |
setPriceLevelId(Long priceLevelId) |
void |
setRateTypeId(Long rateTypeId) |
void |
setSalePeriods(List<SalePeriod> salePeriods) |
toString
public List<ChargesAmount> getChargesAmounts()
public void setChargesAmounts(List<ChargesAmount> chargesAmounts)
public List<SalePeriod> getSalePeriods()
public void setSalePeriods(List<SalePeriod> salePeriods)
public Long getAudSubCatId()
public void setAudSubCatId(Long audSubCatId)
public Integer getAmount()
public void setAmount(Integer amount)
public Date getDate()
public void setDate(Date date)
public Integer getMinQty()
public void setMinQty(Integer minQty)
public Integer getMaxQty()
public void setMaxQty(Integer maxQty)
public void setRateTypeId(Long rateTypeId)
public Long getRateTypeId()
public void setPriceLevelId(Long priceLevelId)
public Long getPriceLevelId()
Copyright © 2020. All rights reserved.