类 SysElement
java.lang.Object
cn.herodotus.stirrup.core.definition.domain.base.AbstractEntity
cn.herodotus.stirrup.data.crud.entity.BaseEntity
cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
cn.herodotus.engine.supplier.upms.logic.entity.security.SysElement
- 所有已实现的接口:
cn.herodotus.stirrup.core.definition.domain.base.Entity,Serializable
@Entity
public class SysElement
extends cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
Description: 前端系统菜单
- 作者:
- : gengwei.zheng
- 另请参阅:
- Date:
- : 2022/7/12 12:05
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleangetIcon()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()从类继承的方法 cn.herodotus.stirrup.data.crud.entity.BaseSysEntity
getDescription, getReserved, getReversion, getStatus, setDescription, setReserved, setReversion, setStatus从类继承的方法 cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
getCreateBy, getRanking, getUpdateBy, setCreateBy, setRanking, setUpdateBy从类继承的方法 cn.herodotus.stirrup.data.crud.entity.BaseEntity
getCreateTime, getUpdateTime, setCreateTime, setUpdateTime
-
构造器详细资料
-
SysElement
public SysElement()
-
-
方法详细资料
-
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
- 覆盖:
toString在类中cn.herodotus.stirrup.data.crud.entity.AbstractJpaEntity
-