public class BookSubject extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_OFF |
static Integer |
STATUS_ON
1、上架
2、下架
|
| Constructor and Description |
|---|
BookSubject() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Integer |
getSort() |
Integer |
getStatus() |
String |
getSubjectName() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setSort(Integer sort) |
void |
setStatus(Integer status) |
void |
setSubjectName(String subjectName) |
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 getSubjectName()
public void setSubjectName(String subjectName)
public Integer getStatus()
public void setStatus(Integer status)
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.