org.broadleafcommerce.core.offer.domain
Class OfferRuleImpl

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

@Entity
public class OfferRuleImpl
extends Object
implements OfferRule

Author:
jfischer
See Also:
Serialized Form

Field Summary
protected  Long id
           
protected  String matchRule
           
 
Constructor Summary
OfferRuleImpl()
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getId()
           
 String getMatchRule()
           
 int hashCode()
           
 void setId(Long id)
           
 void setMatchRule(String matchRule)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

matchRule

protected String matchRule
Constructor Detail

OfferRuleImpl

public OfferRuleImpl()
Method Detail

getId

public Long getId()
Specified by:
getId in interface OfferRule

setId

public void setId(Long id)
Specified by:
setId in interface OfferRule

getMatchRule

public String getMatchRule()
Specified by:
getMatchRule in interface OfferRule

setMatchRule

public void setMatchRule(String matchRule)
Specified by:
setMatchRule in interface OfferRule

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.