org.broadleafcommerce.cms.structure.domain
Class ContentDisplayRuleImpl
java.lang.Object
org.broadleafcommerce.cms.structure.domain.ContentDisplayRuleImpl
- All Implemented Interfaces:
- java.io.Serializable, ContentDisplayRule
@Entity
public class ContentDisplayRuleImpl
- extends java.lang.Object
- implements ContentDisplayRule
Created by bpolster.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.Long id
auditable
protected AdminAuditable auditable
priority
protected java.lang.Integer priority
ruleDesciption
protected java.lang.String ruleDesciption
mvelRule
protected java.lang.String mvelRule
ContentDisplayRuleImpl
public ContentDisplayRuleImpl()
getId
public java.lang.Long getId()
- Specified by:
getId in interface ContentDisplayRule
setId
public void setId(java.lang.Long id)
- Specified by:
setId in interface ContentDisplayRule
getPriority
public java.lang.Integer getPriority()
- Specified by:
getPriority in interface ContentDisplayRule
setPriority
public void setPriority(java.lang.Integer priority)
- Specified by:
setPriority in interface ContentDisplayRule
getRuleDesciption
public java.lang.String getRuleDesciption()
- Specified by:
getRuleDesciption in interface ContentDisplayRule
setRuleDesciption
public void setRuleDesciption(java.lang.String ruleDesciption)
- Specified by:
setRuleDesciption in interface ContentDisplayRule
getMvelRule
public java.lang.String getMvelRule()
- Specified by:
getMvelRule in interface ContentDisplayRule
setMvelRule
public void setMvelRule(java.lang.String mvelRule)
- Specified by:
setMvelRule in interface ContentDisplayRule
getAuditable
public AdminAuditable getAuditable()
- Specified by:
getAuditable in interface ContentDisplayRule
setAuditable
public void setAuditable(AdminAuditable auditable)
- Specified by:
setAuditable in interface ContentDisplayRule
Copyright © 2011. All Rights Reserved.