@Component(value="com.broadleafcommerce.advancedoffer.export.dto.OfferCodeGroupExportDTO") @Scope(value="prototype") public class OfferCodeGroupExportDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
emailAddress |
protected Long |
id |
protected String |
offerCode |
protected String |
offerName |
| Constructor and Description |
|---|
OfferCodeGroupExportDTO() |
| Modifier and Type | Method and Description |
|---|---|
void |
wrapDetails(org.broadleafcommerce.core.offer.domain.OfferCode offerCode,
OfferCodeGenerationInfo codeGroup) |
protected Long id
protected String description
protected String offerName
protected String offerCode
protected String emailAddress
public void wrapDetails(org.broadleafcommerce.core.offer.domain.OfferCode offerCode,
OfferCodeGenerationInfo codeGroup)
Copyright © 2020. All rights reserved.