@Entity public class CatalogAccessRuleImpl extends Object implements CatalogAccessRule
Modifier and Type | Field and Description |
---|---|
protected Long |
id |
protected String |
matchRule |
Constructor and Description |
---|
CatalogAccessRuleImpl() |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getMatchRule() |
void |
setId(Long id) |
void |
setMatchRule(String matchRule) |
public Long getId()
getId
in interface CatalogAccessRule
public void setId(Long id)
setId
in interface CatalogAccessRule
@Nonnull public String getMatchRule()
getMatchRule
in interface org.broadleafcommerce.common.rule.SimpleRule
Copyright © 2019. All rights reserved.