@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 CustomerOffer
public void setId(Long id)
setId
in interface CustomerOffer
public Offer getOffer()
getOffer
in interface CustomerOffer
public void setOffer(Offer offer)
setOffer
in interface CustomerOffer
public Customer getCustomer()
getCustomer
in interface CustomerOffer
public void setCustomer(Customer customer)
setCustomer
in interface CustomerOffer
Copyright © 2013. All rights reserved.