@Entity public class CandidateItemOfferImpl extends Object implements CandidateItemOffer, Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
static org.apache.commons.logging.Log |
LOG |
protected Offer |
offer |
protected OrderItem |
orderItem |
static long |
serialVersionUID |
| Constructor and Description |
|---|
CandidateItemOfferImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCloneable(CandidateItemOffer itemOffer) |
CandidateItemOffer |
clone() |
boolean |
equals(Object obj) |
Money |
getDiscountedPrice() |
Long |
getId() |
Offer |
getOffer() |
OrderItem |
getOrderItem() |
int |
getPriority() |
int |
hashCode() |
void |
setDiscountedPrice(Money discountedPrice) |
void |
setId(Long id) |
void |
setOffer(Offer offer) |
void |
setOrderItem(OrderItem orderItem) |
public static final org.apache.commons.logging.Log LOG
public static final long serialVersionUID
protected Long id
protected OrderItem orderItem
protected Offer offer
public Long getId()
getId in interface CandidateItemOfferpublic void setId(Long id)
setId in interface CandidateItemOfferpublic OrderItem getOrderItem()
getOrderItem in interface CandidateItemOfferpublic void setOrderItem(OrderItem orderItem)
setOrderItem in interface CandidateItemOfferpublic void setOffer(Offer offer)
setOffer in interface CandidateItemOfferpublic int getPriority()
getPriority in interface CandidateItemOfferpublic Offer getOffer()
getOffer in interface CandidateItemOfferpublic Money getDiscountedPrice()
getDiscountedPrice in interface CandidateItemOfferpublic void setDiscountedPrice(Money discountedPrice)
setDiscountedPrice in interface CandidateItemOfferpublic void checkCloneable(CandidateItemOffer itemOffer) throws CloneNotSupportedException, SecurityException, NoSuchMethodException
public CandidateItemOffer clone()
clone in interface CandidateItemOfferclone in class ObjectCopyright © 2013. All rights reserved.