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