@Entity public class VoucherConfiguration extends ConfigurationEntity
| Constructor and Description |
|---|
VoucherConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransferType |
getBuyType() |
Currency |
getCurrency() |
java.lang.Integer |
getDaysBeforeExpirationToNotify() |
java.lang.String |
getMask() |
Network |
getNetwork() |
PaymentTransferType |
getRedeemType() |
boolean |
isShowPlainToken() |
boolean |
isShowQrCode() |
void |
setBuyType(PaymentTransferType buyType) |
void |
setCurrency(Currency currency) |
void |
setDaysBeforeExpirationToNotify(java.lang.Integer daysBeforeExpirationToNotify) |
void |
setMask(java.lang.String mask) |
void |
setRedeemType(PaymentTransferType redeemType) |
void |
setShowPlainToken(boolean showPlainToken) |
void |
setShowQrCode(boolean showQrCode) |
getDescription, getInternalName, setDescription, setInternalName, toStringcompareTo, getName, getNames, setNamegetDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic PaymentTransferType getBuyType()
public Currency getCurrency()
public java.lang.Integer getDaysBeforeExpirationToNotify()
public java.lang.String getMask()
public Network getNetwork()
getNetwork in class BaseEntitypublic PaymentTransferType getRedeemType()
public boolean isShowPlainToken()
public boolean isShowQrCode()
public void setBuyType(PaymentTransferType buyType)
public void setCurrency(Currency currency)
public void setDaysBeforeExpirationToNotify(java.lang.Integer daysBeforeExpirationToNotify)
public void setMask(java.lang.String mask)
public void setRedeemType(PaymentTransferType redeemType)
public void setShowPlainToken(boolean showPlainToken)
public void setShowQrCode(boolean showQrCode)