@Entity public class CandidateFulfillmentGroupOfferImpl extends Object implements CandidateFulfillmentGroupOffer
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
discountedPrice |
protected FulfillmentGroup |
fulfillmentGroup |
protected Long |
id |
protected Offer |
offer |
static long |
serialVersionUID |
| Constructor and Description |
|---|
CandidateFulfillmentGroupOfferImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Money |
getDiscountedPrice() |
FulfillmentGroup |
getFulfillmentGroup() |
Long |
getId() |
Offer |
getOffer() |
int |
getPriority() |
int |
hashCode() |
void |
setDiscountedPrice(Money discountedPrice) |
void |
setFulfillmentGroup(FulfillmentGroup fulfillmentGroup) |
void |
setId(Long id) |
void |
setOffer(Offer offer) |
public static final long serialVersionUID
protected Long id
protected FulfillmentGroup fulfillmentGroup
protected Offer offer
protected BigDecimal discountedPrice
public Long getId()
public void setId(Long id)
public Offer getOffer()
getOffer in interface CandidateFulfillmentGroupOfferpublic void setOffer(Offer offer)
setOffer in interface CandidateFulfillmentGroupOfferpublic Money getDiscountedPrice()
getDiscountedPrice in interface CandidateFulfillmentGroupOfferpublic void setDiscountedPrice(Money discountedPrice)
setDiscountedPrice in interface CandidateFulfillmentGroupOfferpublic FulfillmentGroup getFulfillmentGroup()
getFulfillmentGroup in interface CandidateFulfillmentGroupOfferpublic void setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
setFulfillmentGroup in interface CandidateFulfillmentGroupOfferpublic int getPriority()
getPriority in interface CandidateFulfillmentGroupOfferCopyright © 2014. All Rights Reserved.