public class Price extends AbstractRealTimeDto
Constructor and Description |
---|
Price() |
Modifier and Type | Method and Description |
---|---|
Long |
getAmount() |
Long |
getAudSubCatId() |
List<ChargesAmount> |
getChargesAmounts() |
Long |
getInstitutionSeatCatId() |
Integer |
getMaxQty() |
Integer |
getMinQty() |
Long |
getPriceLevelId() |
Long |
getSeatCatId() |
void |
setAmount(Long amount) |
void |
setAudSubCatId(Long audSubCatId) |
void |
setChargesAmounts(List<ChargesAmount> chargesAmounts) |
void |
setInstitutionSeatCatId(Long institutionSeatCatId) |
void |
setMaxQty(Integer maxQty) |
void |
setMinQty(Integer minQty) |
void |
setPriceLevelId(Long priceLevelId) |
void |
setSeatCatId(Long seatCatId) |
toString
public List<ChargesAmount> getChargesAmounts()
public void setChargesAmounts(List<ChargesAmount> chargesAmounts)
public Long getSeatCatId()
public void setSeatCatId(Long seatCatId)
public Long getAudSubCatId()
public void setAudSubCatId(Long audSubCatId)
public Long getAmount()
public void setAmount(Long amount)
public Long getInstitutionSeatCatId()
public void setInstitutionSeatCatId(Long institutionSeatCatId)
public Integer getMinQty()
public void setMinQty(Integer minQty)
public Integer getMaxQty()
public void setMaxQty(Integer maxQty)
public Long getPriceLevelId()
public void setPriceLevelId(Long priceLevelId)
Copyright © 2020. All rights reserved.