@Entity public class CustomerOfferImpl extends Object implements CustomerOffer
| Modifier and Type | Field and Description |
|---|---|
protected Customer |
customer |
protected Long |
id |
protected Offer |
offer |
static long |
serialVersionUID |
| Constructor and Description |
|---|
CustomerOfferImpl() |
public static final long serialVersionUID
protected Long id
protected Customer customer
protected Offer offer
public Long getId()
getId in interface CustomerOfferpublic void setId(Long id)
setId in interface CustomerOfferpublic Offer getOffer()
getOffer in interface CustomerOfferpublic void setOffer(Offer offer)
setOffer in interface CustomerOfferpublic Customer getCustomer()
getCustomer in interface CustomerOfferpublic void setCustomer(Customer customer)
setCustomer in interface CustomerOfferCopyright © 2013. All rights reserved.