Package org.beangle.ems.rule.model
Class RuleConfigParam
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Integer>
-
- org.beangle.commons.entity.pojo.IntegerIdObject
-
- org.beangle.ems.rule.model.RuleConfigParam
-
- All Implemented Interfaces:
Serializable,Entity<Integer>
@Entity(name="org.beangle.ems.rule.model.RuleConfigParam") public class RuleConfigParam extends IntegerIdObject
规则参数配置- Author:
- chaostone
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id
-
-
Constructor Summary
Constructors Constructor Description RuleConfigParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleConfiggetConfig()RuleParametergetParam()StringgetValue()voidsetConfig(RuleConfig config)voidsetParam(RuleParameter param)voidsetValue(String value)-
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
-
-
-
Method Detail
-
getParam
public RuleParameter getParam()
-
setParam
public void setParam(RuleParameter param)
-
getConfig
public RuleConfig getConfig()
-
setConfig
public void setConfig(RuleConfig config)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
-