@Entity public class CandidateFulfillmentGroupOfferImpl extends java.lang.Object implements CandidateFulfillmentGroupOffer
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigDecimal |
discountedPrice |
protected FulfillmentGroup |
fulfillmentGroup |
protected java.lang.Long |
id |
protected Offer |
offer |
static long |
serialVersionUID |
| Constructor and Description |
|---|
CandidateFulfillmentGroupOfferImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Money |
getDiscountedPrice() |
FulfillmentGroup |
getFulfillmentGroup() |
java.lang.Long |
getId() |
Offer |
getOffer() |
int |
getPriority() |
int |
hashCode() |
void |
setDiscountedPrice(Money discountedPrice) |
void |
setFulfillmentGroup(FulfillmentGroup fulfillmentGroup) |
void |
setId(java.lang.Long id) |
void |
setOffer(Offer offer) |
public static final long serialVersionUID
protected java.lang.Long id
protected FulfillmentGroup fulfillmentGroup
protected Offer offer
protected java.math.BigDecimal discountedPrice
public java.lang.Long getId()
public void setId(java.lang.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 CandidateFulfillmentGroupOfferpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.