public class Module extends Object implements Serializable
| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getIcon() |
Long |
getId() |
Integer |
getLevel() |
Long |
getMenuId() |
String |
getName() |
Long |
getParentId() |
String |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
String |
getUrl() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setIcon(String icon) |
void |
setId(Long id) |
void |
setLevel(Integer level) |
void |
setMenuId(Long menuId) |
void |
setName(String name) |
void |
setParentId(Long parentId) |
void |
setType(String type) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setUrl(String url) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public Long getParentId()
public void setParentId(Long parentId)
public String getType()
public void setType(String type)
public Long getMenuId()
public void setMenuId(Long menuId)
public String getIcon()
public void setIcon(String icon)
public Integer getLevel()
public void setLevel(Integer level)
public String getUrl()
public void setUrl(String url)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
Copyright © 2018. All rights reserved.