Class OfferOfferRuleXrefImpl
java.lang.Object
org.broadleafcommerce.core.offer.domain.OfferOfferRuleXrefImpl
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.copy.MultiTenantCloneable<OfferOfferRuleXref>,org.broadleafcommerce.common.rule.SimpleRule,OfferOfferRuleXref
@Entity
public class OfferOfferRuleXrefImpl
extends Object
implements OfferOfferRuleXref, org.broadleafcommerce.common.rule.SimpleRule
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void<G extends OfferOfferRuleXref>
org.broadleafcommerce.common.copy.CreateResponse<G>createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) getId()getKey()getOffer()voidvoidvoidsetMatchRule(String matchRule) voidvoidsetOfferRule(OfferRule offerRule)
-
Field Details
-
id
-
offer
-
offerRule
-
key
-
-
Constructor Details
-
OfferOfferRuleXrefImpl
-
OfferOfferRuleXrefImpl
public OfferOfferRuleXrefImpl()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceOfferOfferRuleXref
-
setId
- Specified by:
setIdin interfaceOfferOfferRuleXref
-
getOffer
- Specified by:
getOfferin interfaceOfferOfferRuleXref
-
setOffer
- Specified by:
setOfferin interfaceOfferOfferRuleXref
-
getOfferRule
- Specified by:
getOfferRulein interfaceOfferOfferRuleXref
-
setOfferRule
- Specified by:
setOfferRulein interfaceOfferOfferRuleXref
-
getKey
- Specified by:
getKeyin interfaceOfferOfferRuleXref
-
setKey
- Specified by:
setKeyin interfaceOfferOfferRuleXref
-
getMatchRule
- Specified by:
getMatchRulein interfaceorg.broadleafcommerce.common.rule.SimpleRule
-
setMatchRule
- Specified by:
setMatchRulein interfaceorg.broadleafcommerce.common.rule.SimpleRule
-
createEntityInstance
protected void createEntityInstance() -
createOrRetrieveCopyInstance
public <G extends OfferOfferRuleXref> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException - Specified by:
createOrRetrieveCopyInstancein interfaceorg.broadleafcommerce.common.copy.MultiTenantCloneable<OfferOfferRuleXref>- Throws:
CloneNotSupportedException
-