接口 Rule
- 所有超级接口:
Entity<Integer>,Serializable,TimeEntity
- 所有已知实现类:
RuleBean
Rule represent a business constraint
- 作者:
- chaostone
-
方法概要
修饰符和类型方法说明getName()booleanvoidsetBusiness(String business) voidsetDescription(String description) voidsetEnabled(boolean enabled) voidsetFactory(String factory) voidvoidsetParams(Set<RuleParameter> ruleParams) voidsetServiceName(String serviceName) 从接口继承的方法 org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId从接口继承的方法 org.beangle.commons.entity.TimeEntity
getUpdatedAt, setUpdatedAt
-
方法详细资料
-
getParams
Set<RuleParameter> getParams() -
setParams
-
isEnabled
boolean isEnabled() -
setEnabled
void setEnabled(boolean enabled) -
getName
String getName() -
setName
-
getBusiness
String getBusiness() -
setBusiness
-
getDescription
String getDescription() -
setDescription
-
getFactory
String getFactory() -
setFactory
-
getServiceName
String getServiceName() -
setServiceName
-