public interface CartRuleCustomerSegmentXref extends Serializable, org.broadleafcommerce.common.copy.MultiTenantCloneable<CartRuleCustomerSegmentXref>
CartRules and their triggering CustomerSegments| Modifier and Type | Method and Description |
|---|---|
CartRule |
getCartRule()
Returns the
CartRule associated with this CartRuleCustomerSegmentXrefs |
com.broadleafcommerce.customersegment.domain.CustomerSegment |
getCustomerSegment()
Returns the
CustomerSegment associated with this CartRuleCustomerSegmentXrefs |
Long |
getId()
Returns the
CartRuleCustomerSegmentXrefs id |
void |
setCartRule(CartRule cartRule)
Sets the
CartRule to be associated with this CartRuleCustomerSegmentXrefs |
void |
setCustomerSegment(com.broadleafcommerce.customersegment.domain.CustomerSegment customerSegment)
Sets the
CustomerSegment to be associated with this CartRuleCustomerSegmentXrefs |
void |
setId(Long id)
Sets the
CartRuleCustomerSegmentXrefs id |
Long getId()
CartRuleCustomerSegmentXrefs idvoid setId(Long id)
CartRuleCustomerSegmentXrefs idid - CartRule getCartRule()
CartRule associated with this CartRuleCustomerSegmentXrefsvoid setCartRule(CartRule cartRule)
CartRule to be associated with this CartRuleCustomerSegmentXrefscartRule - com.broadleafcommerce.customersegment.domain.CustomerSegment getCustomerSegment()
CustomerSegment associated with this CartRuleCustomerSegmentXrefsvoid setCustomerSegment(com.broadleafcommerce.customersegment.domain.CustomerSegment customerSegment)
CustomerSegment to be associated with this CartRuleCustomerSegmentXrefscustomerSegment - Copyright © 2019. All rights reserved.