org.broadleafcommerce.cms.structure.domain
Class ContentDisplayRuleImpl

java.lang.Object
  extended by 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

Field Summary
protected  AdminAuditable auditable
           
protected  java.lang.Long id
           
protected  java.lang.String mvelRule
           
protected  java.lang.Integer priority
           
protected  java.lang.String ruleDesciption
           
 
Constructor Summary
ContentDisplayRuleImpl()
           
 
Method Summary
 AdminAuditable getAuditable()
           
 java.lang.Long getId()
           
 java.lang.String getMvelRule()
           
 java.lang.Integer getPriority()
           
 java.lang.String getRuleDesciption()
           
 void setAuditable(AdminAuditable auditable)
           
 void setId(java.lang.Long id)
           
 void setMvelRule(java.lang.String mvelRule)
           
 void setPriority(java.lang.Integer priority)
           
 void setRuleDesciption(java.lang.String ruleDesciption)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ContentDisplayRuleImpl

public ContentDisplayRuleImpl()
Method Detail

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.