类 SysAttribute
java.lang.Object
cn.herodotus.engine.assistant.definition.domain.base.AbstractEntity
cn.herodotus.engine.data.core.entity.BaseEntity
cn.herodotus.engine.data.core.entity.BaseSysEntity
cn.herodotus.engine.supplier.upms.logic.entity.security.SysAttribute
- 所有已实现的接口:
cn.herodotus.engine.assistant.definition.domain.base.Entity,Serializable
@Entity
public class SysAttribute
extends cn.herodotus.engine.data.core.entity.BaseSysEntity
Description: 系统安全属性实体
- 作者:
- : gengwei.zheng
- 另请参阅:
- Date:
- : 2021/8/4 3:18
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleangetUrl()inthashCode()voidsetAttributeCode(String attributeCode) voidsetAttributeId(String attributeId) voidsetClassName(String className) voidsetMethodName(String methodName) voidsetPermissions(Set<SysPermission> permissions) voidsetRequestMethod(String requestMethod) voidsetServiceId(String serviceId) voidvoidsetWebExpression(String webExpression) toString()从类继承的方法 cn.herodotus.engine.data.core.entity.BaseSysEntity
getDescription, getReserved, getReversion, getStatus, setDescription, setReserved, setReversion, setStatus从类继承的方法 cn.herodotus.engine.data.core.entity.BaseEntity
getCreateBy, getCreateTime, getRanking, getUpdateBy, getUpdateTime, setCreateBy, setCreateTime, setRanking, setUpdateBy, setUpdateTime
-
构造器详细资料
-
SysAttribute
public SysAttribute()
-
-
方法详细资料
-
getAttributeId
-
setAttributeId
-
getAttributeCode
-
setAttributeCode
-
getRequestMethod
-
setRequestMethod
-
getServiceId
-
setServiceId
-
getClassName
-
setClassName
-
getMethodName
-
setMethodName
-
getUrl
-
setUrl
-
getWebExpression
-
setWebExpression
-
getPermissions
-
setPermissions
-
equals
-
hashCode
public int hashCode() -
toString
- 覆盖:
toString在类中cn.herodotus.engine.data.core.entity.BaseEntity
-