public class SeasonTicket extends AbstractRealTimeDto
Constructor and Description |
---|
SeasonTicket() |
toString
public void setPriceType(PriceType priceType)
public PriceType getPriceType()
public boolean isMandatorySeatCategory()
public void setMandatorySeatCategory(boolean mandatorySeatCategory)
public void setMinEvents(Integer minEvents)
public Integer getMinEvents()
public void setMaxEvents(Integer maxEvents)
public Integer getMaxEvents()
public void setSameSeat(Boolean sameSeat)
public Boolean getSameSeat()
public void setMaxSeats(Integer maxSeats)
public Integer getMaxSeats()
public void setMaxSeatsPerPerformance(Integer maxSeatsPerPerformance)
public Integer getMaxSeatsPerPerformance()
public boolean isAllowAdditionalSeat()
public void setAllowAdditionalSeat(boolean allowAdditionalSeat)
public Integer getAdditionalSeatsMaxQuantity()
public void setAdditionalSeatsMaxQuantity(Integer additionalSeatsMaxQuantity)
public Integer getAdditionalSeatsMaxQuantityPerPerformance()
public void setAdditionalSeatsMaxQuantityPerPerformance(Integer additionalSeatsMaxQuantityPerPerformance)
public ExternalName getExternalAdditionalCatInfo()
public void setExternalAdditionalCatInfo(ExternalName externalAdditionalCatInfo)
public List<Long> getAdditionalSeatsRestrictedAudienceSubCategoryIds()
public void setAdditionalSeatsRestrictedAudienceSubCategoryIds(List<Long> additionalSeatsRestrictedAudienceSubCategoryIds)
public void setSeasonTicketItems(List<SeasonTicketItem> seasonTicketItems)
public List<SeasonTicketItem> getSeasonTicketItems()
public void setSeasonTicketLines(List<SeasonTicketLine> seasonTicketLines)
public List<SeasonTicketLine> getSeasonTicketLines()
public void setSeasonTicketSubjects(List<SeasonTicketSubject> seasonTicketSubjects)
public List<SeasonTicketSubject> getSeasonTicketSubjects()
public void setMaxSeatsPerEvent(Integer maxSeatsPerEvent)
public Integer getMaxSeatsPerEvent()
Copyright © 2020. All rights reserved.