类 RuleBean
- 所有已实现的接口:
Serializable,Entity<Integer>,TimeEntity,Rule
@Entity(name="org.beangle.ems.rule.Rule")
public class RuleBean
extends NumberIdTimeObject<Integer>
implements Rule
规则
- 作者:
- chaostone
- 另请参阅:
-
字段概要
从类继承的字段 org.beangle.commons.entity.pojo.NumberIdTimeObject
updatedAt从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getName()booleanvoidsetBusiness(String business) voidsetDescription(String description) voidsetEnabled(boolean enabled) voidsetFactory(String factory) voidvoidsetParams(Set<RuleParameter> params) voidsetServiceName(String serviceName) 从类继承的方法 org.beangle.commons.entity.pojo.NumberIdTimeObject
getUpdatedAt, setUpdatedAt从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId从接口继承的方法 org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId从接口继承的方法 org.beangle.commons.entity.TimeEntity
getUpdatedAt, setUpdatedAt
-
构造器详细资料
-
RuleBean
public RuleBean()
-
-
方法详细资料
-
getName
-
setName
-
getBusiness
- 指定者:
getBusiness在接口中Rule
-
setBusiness
- 指定者:
setBusiness在接口中Rule
-
getDescription
- 指定者:
getDescription在接口中Rule
-
setDescription
- 指定者:
setDescription在接口中Rule
-
getFactory
- 指定者:
getFactory在接口中Rule
-
setFactory
- 指定者:
setFactory在接口中Rule
-
getServiceName
- 指定者:
getServiceName在接口中Rule
-
setServiceName
- 指定者:
setServiceName在接口中Rule
-
getParams
-
setParams
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) - 指定者:
setEnabled在接口中Rule
-