public interface CustomerOffer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.profile.core.domain.Customer |
getCustomer() |
Long |
getId() |
Offer |
getOffer() |
void |
setCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) |
void |
setId(Long id) |
void |
setOffer(Offer offer) |
Copyright © 2022. All rights reserved.