Class OfferRuleImpl
java.lang.Object
org.broadleafcommerce.core.offer.domain.OfferRuleImpl
- All Implemented Interfaces:
Serializable,MultiTenantCloneable<OfferRule>,SimpleRule,OfferRule
- Author:
- jfischer
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<G extends OfferRule>
CreateResponse<G>booleangetId()inthashCode()voidvoidsetMatchRule(String matchRule)
-
Field Details
-
id
-
matchRule
-
-
Constructor Details
-
OfferRuleImpl
public OfferRuleImpl()
-
-
Method Details
-
getId
-
setId
-
getMatchRule
- Specified by:
getMatchRulein interfaceOfferRule- Specified by:
getMatchRulein interfaceSimpleRule
-
setMatchRule
- Specified by:
setMatchRulein interfaceOfferRule- Specified by:
setMatchRulein interfaceSimpleRule
-
hashCode
public int hashCode() -
equals
-
createOrRetrieveCopyInstance
public <G extends OfferRule> CreateResponse<G> createOrRetrieveCopyInstance(MultiTenantCopyContext context) throws CloneNotSupportedException - Specified by:
createOrRetrieveCopyInstancein interfaceMultiTenantCloneable<OfferRule>- Throws:
CloneNotSupportedException
-