public class MerchantGroupSpendRules extends NotPersistenceObject
Constructor and Description |
---|
MerchantGroupSpendRules() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<RewardSchemeAmountsPerTransaction> |
getAllowedAmountsPerTransaction() |
java.lang.Integer |
getBlockSpendParticipantsNotInMerchantSchemes() |
java.math.BigDecimal |
getMaximumSpendRequestAmount() |
java.math.BigDecimal |
getMinimumSpendRequestAmount() |
java.lang.Boolean |
isBlockSpendParticipantsNotInMerchantSchemes() |
void |
setAllowedAmountsPerTransaction(java.util.Set<RewardSchemeAmountsPerTransaction> allowedAmountsPerTransaction) |
void |
setBlockSpendParticipantsNotInMerchantSchemes(java.lang.Integer blockSpendParticipantsNotInMerchantSchemes) |
void |
setMaximumSpendRequestAmount(java.math.BigDecimal maximumSpendRequestAmount) |
void |
setMinimumSpendRequestAmount(java.math.BigDecimal minimumSpendRequestAmount) |
clone, compareObjects, compareTo, deepCopy, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, getIsRestricted, getIsViewable, getMandatoryFields, getModifiedCollections, getName, getNewvalues, getNotes, getNotVisibleActions, getNotVisibleFields, getNotVisiblePrintouts, getNumber, getOldvalues, getOwnerCollection, getProperties, getProperty, getReadOnlyFields, getRecVersion, getSharedNotes, getSortby, getUpdatedByUnit, getUpdatedByUser, getUpdatedDate, initFieldsizes, initializeCRMDO, isAssignable, isDeletable, isDeleted, isEditable, isMandatory, isModified, isModified, isNew, isRestricted, isSortbyDefined, isSpecified, isViewable, networkRestrictionsSet, onDelete, onLoad, onLoad, onSave, onSave, onUpdate, securityRestrictionsSet, setAlias, setAltCode, setAttachments, setChange, setCode, setCreatedByUnit, setCreatedByUser, setCreatedDate, setDefaultMandatoryFields, setDescription, setFieldsize, setId, setIsAssignable, setIsDeletable, setIsDeleted, setIsEditable, setIsRestricted, setIsViewable, setMandatoryFields, setModified, setModifiedCollections, setName, setNetworkRestrictionsSet, setNew, setNew, setNewvalues, setNotes, setNotVisibleActions, setNotVisibleFields, setNotVisiblePrintouts, setNumber, setOldvalues, setOwnerCollection, setProperty, setReadOnlyFields, setRecVersion, setSecurityRestrictionsSet, setSharedNotes, setSortby, setUpdatedByUnit, setUpdatedByUser, setUpdatedDate, sortbyCompareTo, toString
public java.math.BigDecimal getMinimumSpendRequestAmount()
public void setMinimumSpendRequestAmount(java.math.BigDecimal minimumSpendRequestAmount)
public java.math.BigDecimal getMaximumSpendRequestAmount()
public void setMaximumSpendRequestAmount(java.math.BigDecimal maximumSpendRequestAmount)
public java.lang.Integer getBlockSpendParticipantsNotInMerchantSchemes()
public void setBlockSpendParticipantsNotInMerchantSchemes(java.lang.Integer blockSpendParticipantsNotInMerchantSchemes)
public java.lang.Boolean isBlockSpendParticipantsNotInMerchantSchemes()
public java.util.Set<RewardSchemeAmountsPerTransaction> getAllowedAmountsPerTransaction()
public void setAllowedAmountsPerTransaction(java.util.Set<RewardSchemeAmountsPerTransaction> allowedAmountsPerTransaction)