Class 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
- All Implemented Interfaces:
cn.herodotus.engine.assistant.definition.domain.base.Entity,Serializable
@Entity
public class SysAttribute
extends cn.herodotus.engine.data.core.entity.BaseSysEntity
Description: 系统安全属性实体
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2021/8/4 3:18
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetUrl()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()Methods inherited from class cn.herodotus.engine.data.core.entity.BaseSysEntity
getDescription, getReserved, getReversion, getStatus, setDescription, setReserved, setReversion, setStatusMethods inherited from class cn.herodotus.engine.data.core.entity.BaseEntity
getCreateBy, getCreateTime, getRanking, getUpdateBy, getUpdateTime, setCreateBy, setCreateTime, setRanking, setUpdateBy, setUpdateTime
-
Constructor Details
-
SysAttribute
public SysAttribute()
-
-
Method Details
-
getAttributeId
-
setAttributeId
-
getAttributeCode
-
setAttributeCode
-
getRequestMethod
-
setRequestMethod
-
getServiceId
-
setServiceId
-
getClassName
-
setClassName
-
getMethodName
-
setMethodName
-
getUrl
-
setUrl
-
getWebExpression
-
setWebExpression
-
getPermissions
-
setPermissions
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classcn.herodotus.engine.data.core.entity.BaseEntity
-