Class RuleConfig
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.addons.gamification.service.setting.rule.model.RuleConfig
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class RuleConfig extends org.exoplatform.container.component.BaseComponentPlugin
-
-
Constructor Summary
Constructors Constructor Description RuleConfig(org.exoplatform.container.xml.InitParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetEvent()intgetScore()StringgetTitle()StringgetZone()booleanisEnable()
-
-
-
Method Detail
-
getTitle
public String getTitle()
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceorg.exoplatform.container.component.ComponentPlugin- Overrides:
getDescriptionin classorg.exoplatform.container.component.BaseComponentPlugin
-
getScore
public int getScore()
-
getZone
public String getZone()
-
isEnable
public boolean isEnable()
-
getEvent
public String getEvent()
-
-