org.broadleafcommerce.core.offer.domain
Class CandidateFulfillmentGroupOfferImpl

java.lang.Object
  extended by org.broadleafcommerce.core.offer.domain.CandidateFulfillmentGroupOfferImpl
All Implemented Interfaces:
Serializable, CandidateFulfillmentGroupOffer

@Entity
public class CandidateFulfillmentGroupOfferImpl
extends Object
implements CandidateFulfillmentGroupOffer

See Also:
Serialized Form

Field Summary
protected  BigDecimal discountedPrice
           
protected  FulfillmentGroup fulfillmentGroup
           
protected  Long id
           
protected  Offer offer
           
static long serialVersionUID
           
 
Constructor Summary
CandidateFulfillmentGroupOfferImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

id

protected Long id

fulfillmentGroup

protected FulfillmentGroup fulfillmentGroup

offer

protected Offer offer

discountedPrice

protected BigDecimal discountedPrice
Constructor Detail

CandidateFulfillmentGroupOfferImpl

public CandidateFulfillmentGroupOfferImpl()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getOffer

public Offer getOffer()
Specified by:
getOffer in interface CandidateFulfillmentGroupOffer

setOffer

public void setOffer(Offer offer)
Specified by:
setOffer in interface CandidateFulfillmentGroupOffer

getDiscountedPrice

public Money getDiscountedPrice()
Specified by:
getDiscountedPrice in interface CandidateFulfillmentGroupOffer

setDiscountedPrice

public void setDiscountedPrice(Money discountedPrice)
Specified by:
setDiscountedPrice in interface CandidateFulfillmentGroupOffer

getFulfillmentGroup

public FulfillmentGroup getFulfillmentGroup()
Specified by:
getFulfillmentGroup in interface CandidateFulfillmentGroupOffer

setFulfillmentGroup

public void setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
Specified by:
setFulfillmentGroup in interface CandidateFulfillmentGroupOffer

getPriority

public int getPriority()
Specified by:
getPriority in interface CandidateFulfillmentGroupOffer

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.