Class CampaignCodeGenerationProperties
java.lang.Object
com.broadleafcommerce.promotion.offer.service.autoconfigure.CampaignCodeGenerationProperties
@ConfigurationProperties("broadleaf.campaign.code-generation")
public class CampaignCodeGenerationProperties
extends Object
Configuration properties for special behavior on campaign code generation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classConfiguration properties for special behavior on campaign code generation for vouchers. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintBatch size for non-voucher campaign code generation.Voucher-specific properties.inthashCode()voidsetBatchSize(int batchSize) Batch size for non-voucher campaign code generation.voidVoucher-specific properties.toString()
-
Constructor Details
-
CampaignCodeGenerationProperties
public CampaignCodeGenerationProperties()
-
-
Method Details
-
getBatchSize
public int getBatchSize()Batch size for non-voucher campaign code generation. -
getVoucher
Voucher-specific properties. -
setBatchSize
public void setBatchSize(int batchSize) Batch size for non-voucher campaign code generation. -
setVoucher
Voucher-specific properties. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-