org.broadleafcommerce.core.offer.domain
Class OfferAuditWeaveImpl

java.lang.Object
  extended by org.broadleafcommerce.core.offer.domain.OfferAuditWeaveImpl

@Embeddable
public class OfferAuditWeaveImpl
extends Object

This entity is ONLY to be used as a fix for https://github.com/broadleafcommerce/broadleafcommerce/pull/195 in the 3.0 line starting with 3.0.6-GA. This class should be removed in 3.1 and the properties in this class added to OfferAuditImpl.

Author:
Phillip Verheyden (phillipuniverse)

Field Summary
protected  Long offerCodeId
           
 
Constructor Summary
OfferAuditWeaveImpl()
           
 
Method Summary
 Long getOfferCodeId()
           
 void setOfferCodeId(Long offerCodeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offerCodeId

protected Long offerCodeId
Constructor Detail

OfferAuditWeaveImpl

public OfferAuditWeaveImpl()
Method Detail

getOfferCodeId

public Long getOfferCodeId()

setOfferCodeId

public void setOfferCodeId(Long offerCodeId)


Copyright © 2013. All Rights Reserved.