Class CustomerOfferImpl
java.lang.Object
org.broadleafcommerce.core.offer.domain.CustomerOfferImpl
- All Implemented Interfaces:
Serializable,CustomerOffer
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
customer
protected org.broadleafcommerce.profile.core.domain.Customer customer -
offer
-
-
Constructor Details
-
CustomerOfferImpl
public CustomerOfferImpl()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceCustomerOffer
-
setId
- Specified by:
setIdin interfaceCustomerOffer
-
getOffer
- Specified by:
getOfferin interfaceCustomerOffer
-
setOffer
- Specified by:
setOfferin interfaceCustomerOffer
-
getCustomer
public org.broadleafcommerce.profile.core.domain.Customer getCustomer()- Specified by:
getCustomerin interfaceCustomerOffer
-
setCustomer
public void setCustomer(org.broadleafcommerce.profile.core.domain.Customer customer) - Specified by:
setCustomerin interfaceCustomerOffer
-
hashCode
public int hashCode() -
equals
-