public class BookUnit extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
STATUS_OFF |
static Integer |
STATUS_ON
1、上架
2、下架
|
| 构造器和说明 |
|---|
BookUnit() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getBookId() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getSort() |
Integer |
getStatus() |
String |
getUnitName() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setBookId(Long bookId) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setSort(Integer sort) |
void |
setStatus(Integer status) |
void |
setUnitName(String unitName) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_ON
public static final Integer STATUS_OFF
public Long getId()
public void setId(Long id)
public String getUnitName()
public void setUnitName(String unitName)
public Integer getStatus()
public void setStatus(Integer status)
public Long getBookId()
public void setBookId(Long bookId)
public Integer getSort()
public void setSort(Integer sort)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2018. All rights reserved.