public class Performance extends BaseObject
Modifier and Type | Class and Description |
---|---|
static class |
Performance.PerformanceStartDateComparator
Performance comparator based on the start date of the performances.
|
Modifier and Type | Field and Description |
---|---|
static String |
IC_KIND
Performance kind internal code
|
static String |
IC_ROUND
SPORTING Performance round internal code
|
static int |
VALIDATION_ERROR |
static int |
VALIDATION_OK |
static int |
VALIDATION_WARNING |
Constructor and Description |
---|
Performance() |
equals, getCode, getExternalName, getId, getInstitutionCode, getShortName, hashCode, setCode, setExternalName, setId, setInstitutionCode, setShortName, toString
public static final int VALIDATION_OK
public static final int VALIDATION_WARNING
public static final int VALIDATION_ERROR
public static final String IC_KIND
public static final String IC_ROUND
public Integer getFiscalNumber()
public void setFiscalNumber(Integer fiscalNumber)
public void setRealExternalName(MLExternalName externalName)
public MLExtendedExternalName getExternalDescription()
public void setExternalDescription(MLExtendedExternalName externalDescription)
public MLExternalName getOwnExternalName()
public void setOwnExternalName(MLExternalName externalName)
public MLShortName getRealShortName()
public void setRealShortName(MLShortName shortName)
public MLShortName getOwnShortName()
public void setOwnShortName(MLShortName shortName)
public MLExternalName getRealNameAddon()
public void setRealNameAddon(MLExternalName realNameAddon)
public void setNameAddon(MLExternalName nameAddon)
public MLExternalName getOwnNameAddon()
public void setOwnNameAddon(MLExternalName nameAddon)
public Event getEvent()
public void setEvent(Event event)
public Long getEventId()
public void setEventId(Long eventId)
public Long getTicketModelId()
public void setTicketModelId(Long ticketModelId)
public Long getRealVatCodeId()
public void setRealVatCodeId(Long vatCodeId)
public Long getSaleConfigurationId()
public void setSaleConfigurationId(Long saleConfigurationId)
public Long getTemplateConfigurationId()
public void setTemplateConfigurationId(Long templateConfigurationId)
public Integer getBarcodeId()
public void setBarcodeId(Integer barcodeId)
public String getRemark()
public void setRemark(String remark)
public RateType getRateType()
public void setRateType(RateType rateType)
public Long getRateTypeId()
public void setRateTypeId(Long rateTypeId)
public EntityLogo getRealLogo()
public void setRealLogo(EntityLogo logo)
public Long getRealLogoId()
public void setRealLogoId(Long realLogoId)
public EntityLogo getLogo()
public void setLogo(EntityLogo logo)
public Integer getCatalogNumber()
public void setCatalogNumber(Integer firstCatalogNumber)
public boolean isUnclosed()
public void setUnclosed(boolean unclosed)
public DateTime getStart()
public void setStart(DateTime start)
public TimeSpan getRelativeOpeningTime()
public void setRelativeOpeningTime(TimeSpan relativeOpeningTime)
public TimeSpan getDuration()
public void setDuration(TimeSpan duration)
public Integer getNumberOfBreaks()
public void setNumberOfBreaks(Integer numberOfBreaks)
public String getLicenceNumber()
public void setLicenceNumber(String licenceNumber)
public boolean isTicketExchangeAllowed()
public void setTicketExchangeAllowed(boolean ticketExchangeAllowed)
public String getKind()
public void setKind(String kind)
public InternalCode getKindIC()
public void setKindIC(InternalCode kindIC)
public Integer getDay()
public boolean isWarnSpectator()
public Map<String,Money> getAmount()
public Map<String,Money> getChargeAmount()
public Map<String,Boolean> getChargeMandatory()
public Map<String,Money> getChargeFloor()
public Map<String,Money> getChargeCeiling()
public Map<String,Percent> getChargeSlope()
public boolean validatePerformanceDateBetweenActivityStartAndEnd()
public boolean isNominativeTicket()
public void setNominativeTicket(boolean nominativeTicket)
public DateTime getNewStart()
public boolean isDuplicateAllowed()
public SeatSelectionModeEnum getSeatSelectionMode()
public void setSeatSelectionMode(SeatSelectionModeEnum seatSelectionMode)
public Boolean getAlwaysAllowIsolatedSeats()
public void setAlwaysAllowIsolatedSeats(Boolean alwaysAllowIsolatedSeats)
public Integer getAllowIsolatedSeatThreshold()
public void setAllowIsolatedSeatThreshold(Integer allowIsolatedSeatThreshold)
public String getTournamentSessionCode()
public Map<String,MLExtendedExternalName> getComfortVariables()
public Match getMatch()
public void setMatch(Match match)
Copyright © 2021. All rights reserved.