Class SysElement
java.lang.Object
cn.herodotus.engine.data.core.jpa.entity.AbstractEntity
cn.herodotus.engine.data.core.jpa.entity.AbstractAuditEntity
cn.herodotus.engine.data.core.jpa.entity.AbstractSysEntity
cn.herodotus.engine.logic.upms.entity.security.SysElement
- All Implemented Interfaces:
cn.herodotus.engine.core.definition.domain.BaseDomain,cn.herodotus.engine.core.definition.domain.BaseEntity,Serializable
Description: 前端系统菜单
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2022/7/12 12:05
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetIcon()getName()getPath()getRoles()getTitle()getType()inthashCode()voidsetComponent(String component) voidsetDetailContent(Boolean detailContent) voidsetElementId(String elementId) voidsetHaveChild(Boolean haveChild) voidsetHideAllChild(Boolean hideAllChild) voidvoidsetIgnoreAuth(Boolean ignoreAuth) voidvoidsetNotKeepAlive(Boolean notKeepAlive) voidsetParentId(String parentId) voidvoidsetRedirect(String redirect) voidvoidvoidtoString()Methods inherited from class cn.herodotus.engine.data.core.jpa.entity.AbstractSysEntity
getDescription, getRanking, getReserved, getStatus, setDescription, setRanking, setReserved, setStatusMethods inherited from class cn.herodotus.engine.data.core.jpa.entity.AbstractAuditEntity
getCreateBy, getReversion, getUpdateBy, setCreateBy, setReversion, setUpdateByMethods inherited from class cn.herodotus.engine.data.core.jpa.entity.AbstractEntity
getCreateTime, getUpdateTime, setCreateTime, setUpdateTime
-
Constructor Details
-
SysElement
public SysElement()
-
-
Method Details
-
getElementId
-
setElementId
-
getParentId
-
setParentId
-
getPath
-
setPath
-
getName
-
setName
-
getComponent
-
setComponent
-
getRedirect
-
setRedirect
-
getTitle
-
setTitle
-
getType
-
setType
-
getIcon
-
setIcon
-
getHaveChild
-
setHaveChild
-
getNotKeepAlive
-
setNotKeepAlive
-
getHideAllChild
-
setHideAllChild
-
getDetailContent
-
setDetailContent
-
getIgnoreAuth
-
setIgnoreAuth
-
getRoles
-
setRoles
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classAbstractSysEntity
-