Package org.beangle.ems.rule.model
Class RuleBean
- All Implemented Interfaces:
Serializable,Entity<Integer>,TimeEntity,Rule
@Entity(name="org.beangle.ems.rule.Rule")
public class RuleBean
extends NumberIdTimeObject<Integer>
implements Rule
规则
- Author:
- chaostone
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanvoidsetBusiness(String business) voidsetDescription(String description) voidsetEnabled(boolean enabled) voidsetFactory(String factory) voidvoidsetParams(Set<RuleParameter> params) voidsetServiceName(String serviceName) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
getUpdatedAt, setUpdatedAtMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setIdMethods inherited from interface org.beangle.commons.entity.TimeEntity
getUpdatedAt, setUpdatedAt
-
Constructor Details
-
RuleBean
public RuleBean()
-
-
Method Details
-
getName
-
setName
-
getBusiness
- Specified by:
getBusinessin interfaceRule
-
setBusiness
- Specified by:
setBusinessin interfaceRule
-
getDescription
- Specified by:
getDescriptionin interfaceRule
-
setDescription
- Specified by:
setDescriptionin interfaceRule
-
getFactory
- Specified by:
getFactoryin interfaceRule
-
setFactory
- Specified by:
setFactoryin interfaceRule
-
getServiceName
- Specified by:
getServiceNamein interfaceRule
-
setServiceName
- Specified by:
setServiceNamein interfaceRule
-
getParams
-
setParams
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) - Specified by:
setEnabledin interfaceRule
-