public class OptionParameter extends BaseObject
Modifier and Type | Class and Description |
---|---|
static class |
OptionParameter.OptionTypeEnum |
Constructor and Description |
---|
OptionParameter() |
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxDelayBetweenOptionAndConfirmation() |
Integer |
getOptionConfirmationMaxDelayBeforePerformance() |
Boolean |
getOptionDecreaseQuota() |
Boolean |
getOverbookingAllowed() |
Percent |
getOverbookingPercentage() |
OptionParameter.OptionTypeEnum |
getType() |
void |
setMaxDelayBetweenOptionAndConfirmation(Integer maxDelayBetweenOptionAndConfirmation) |
void |
setOptionConfirmationMaxDelayBeforePerformance(Integer optionConfirmationMaxDelayBeforePerformance) |
void |
setOptionDecreaseQuota(Boolean optionDecreaseQuota) |
void |
setOverbookingAllowed(Boolean overbookingAllowed) |
void |
setOverbookingPercentage(Percent overbookingPercentage) |
void |
setType(OptionParameter.OptionTypeEnum type) |
equals, getCode, getExternalName, getId, getInstitutionCode, getShortName, hashCode, setCode, setExternalName, setId, setInstitutionCode, setShortName, toString
public Integer getMaxDelayBetweenOptionAndConfirmation()
public void setMaxDelayBetweenOptionAndConfirmation(Integer maxDelayBetweenOptionAndConfirmation)
public Integer getOptionConfirmationMaxDelayBeforePerformance()
public void setOptionConfirmationMaxDelayBeforePerformance(Integer optionConfirmationMaxDelayBeforePerformance)
public Boolean getOptionDecreaseQuota()
public void setOptionDecreaseQuota(Boolean optionDecreaseQuota)
public Boolean getOverbookingAllowed()
public void setOverbookingAllowed(Boolean overbookingAllowed)
public Percent getOverbookingPercentage()
public void setOverbookingPercentage(Percent overbookingPercentage)
public OptionParameter.OptionTypeEnum getType()
public void setType(OptionParameter.OptionTypeEnum type)
Copyright © 2021. All rights reserved.