@Entity public class CandidateItemOfferImpl extends java.lang.Object implements CandidateItemOffer, java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.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(java.lang.Object obj) |
Money |
getDiscountedPrice() |
java.lang.Long |
getId() |
Offer |
getOffer() |
OrderItem |
getOrderItem() |
int |
getPriority() |
int |
hashCode() |
void |
setDiscountedPrice(Money discountedPrice) |
void |
setId(java.lang.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 java.lang.Long id
protected OrderItem orderItem
protected Offer offer
public java.lang.Long getId()
getId in interface CandidateItemOfferpublic void setId(java.lang.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 java.lang.CloneNotSupportedException, java.lang.SecurityException, java.lang.NoSuchMethodException
java.lang.CloneNotSupportedExceptionjava.lang.SecurityExceptionjava.lang.NoSuchMethodExceptionpublic CandidateItemOffer clone()
clone in interface CandidateItemOfferclone in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.