public class SeasonTicketLine extends AbstractRealTimeDto
Constructor and Description |
---|
SeasonTicketLine() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAdditionalSeatsOverridenMaxQuantity() |
Boolean |
getAllowSeatCatUpDownGrade() |
Boolean |
getMandatoryEvent() |
MultiplePerformances |
getMultiplePerformances() |
Product |
getProduct() |
Long |
getSeasonTicketLineId() |
void |
setAdditionalSeatsOverridenMaxQuantity(Integer additionalSeatsOverridenMaxQuantity) |
void |
setAllowSeatCatUpDownGrade(Boolean allowSeatCatUpDownGrade) |
void |
setMandatoryEvent(Boolean mandatoryEvent) |
void |
setMultiplePerformances(MultiplePerformances multiplePerformances) |
void |
setProduct(Product product) |
void |
setSeasonTicketLineId(Long seasonTicketLineId) |
toString
public void setAllowSeatCatUpDownGrade(Boolean allowSeatCatUpDownGrade)
public Boolean getAllowSeatCatUpDownGrade()
public void setSeasonTicketLineId(Long seasonTicketLineId)
public Long getSeasonTicketLineId()
public void setMandatoryEvent(Boolean mandatoryEvent)
public Boolean getMandatoryEvent()
public void setMultiplePerformances(MultiplePerformances multiplePerformances)
public MultiplePerformances getMultiplePerformances()
public void setProduct(Product product)
public Product getProduct()
public Integer getAdditionalSeatsOverridenMaxQuantity()
public void setAdditionalSeatsOverridenMaxQuantity(Integer additionalSeatsOverridenMaxQuantity)
Copyright © 2020. All rights reserved.