Class CampaignCodeGenerationProperties.Voucher
- java.lang.Object
-
- com.broadleafcommerce.promotion.campaign.service.autoconfigure.CampaignCodeGenerationProperties.Voucher
-
- Enclosing class:
- CampaignCodeGenerationProperties
public static class CampaignCodeGenerationProperties.Voucher extends Object
Configuration properties for special behavior on campaign code generation for vouchers.
-
-
Constructor Summary
Constructors Constructor Description Voucher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getBatchSize()
int
hashCode()
void
setBatchSize(int batchSize)
String
toString()
-
-
-
Method Detail
-
getBatchSize
public int getBatchSize()
-
setBatchSize
public void setBatchSize(int batchSize)
-
canEqual
protected boolean canEqual(Object other)
-
-