@Entity public class VoucherConfiguration extends ConfigurationEntity implements HasCurrency
NULL_PART| Constructor and Description |
|---|
VoucherConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransferType |
getBuyType() |
Currency |
getCurrency() |
java.lang.Integer |
getDaysBeforeExpirationToNotify() |
java.lang.String |
getMask() |
Network |
getNetwork()
Returns the network this entity belongs to
|
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, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransientpublic PaymentTransferType getBuyType()
public Currency getCurrency()
getCurrency in interface HasCurrencypublic java.lang.Integer getDaysBeforeExpirationToNotify()
public java.lang.String getMask()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic 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)