public class Menu extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
INDUSTRY_MENU
10=行业菜单
|
static Integer |
ORDINARY_MENU
0:普通菜单
|
static Integer |
STATUS_OFF
下架状态
|
static Integer |
STATUS_ON
上架状态
|
| 构造器和说明 |
|---|
Menu() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getIcon() |
Long |
getId() |
String |
getLink() |
Long |
getMerchantId() |
String |
getName() |
Long |
getSort() |
Integer |
getStatus() |
Long |
getTemplateId() |
Integer |
getType() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Menu |
setCreateAt(Long createAt) |
Menu |
setCreateBy(Long createBy) |
Menu |
setIcon(String icon) |
Menu |
setId(Long id) |
void |
setLink(String link) |
Menu |
setMerchantId(Long merchantId) |
Menu |
setName(String name) |
Menu |
setSort(Long sort) |
Menu |
setStatus(Integer status) |
Menu |
setTemplateId(Long templateId) |
void |
setType(Integer type) |
Menu |
setUpdateAt(Long updateAt) |
Menu |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer ORDINARY_MENU
public static final Integer INDUSTRY_MENU
public static final Integer STATUS_ON
public static final Integer STATUS_OFF
public Long getId()
public String getName()
public String getIcon()
public Long getTemplateId()
public Long getMerchantId()
public Long getSort()
public Integer getStatus()
public Integer getType()
public void setType(Integer type)
public Long getCreateAt()
public Long getCreateBy()
public Long getUpdateAt()
public Long getUpdateBy()
public String getLink()
public void setLink(String link)
Copyright © 2022. All rights reserved.