public class Brand extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
SHELF_OFF
上下架状态
|
static int |
SHELF_ON |
static int |
SORT_DEFAULT
新增/上下架时 sort =0
|
| 构造器和说明 |
|---|
Brand() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBrandName() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getLogo() |
Integer |
getShelfStatus() |
Integer |
getSort() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBrandName(String brandName) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setLogo(String logo) |
void |
setShelfStatus(Integer shelfStatus) |
void |
setSort(Integer sort) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final int SHELF_OFF
public static final int SHELF_ON
public static final int SORT_DEFAULT
public Long getId()
public void setId(Long id)
public String getBrandName()
public void setBrandName(String brandName)
public String getLogo()
public void setLogo(String logo)
public Integer getShelfStatus()
public void setShelfStatus(Integer shelfStatus)
public Integer getSort()
public void setSort(Integer sort)
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.