public class DictationLesson extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_FORBIDDEN |
static Integer |
STATUS_NORMAL
1、上架
2、下架
|
static Integer |
VERSION_STATUS_FORBIDDEN |
static Integer |
VERSION_STATUS_NORMAL
1、启用
2、禁用
|
| Constructor and Description |
|---|
DictationLesson() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
String |
getImg() |
Long |
getLevelId() |
String |
getName() |
Long |
getSid() |
Integer |
getSort() |
Integer |
getStatus() |
String |
getSummary() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
Long |
getVersionId() |
Integer |
getVersionStatus() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setImg(String img) |
void |
setLevelId(Long levelId) |
void |
setName(String name) |
void |
setSid(Long sid) |
void |
setSort(Integer sort) |
void |
setStatus(Integer status) |
void |
setSummary(String summary) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
void |
setVersionId(Long versionId) |
void |
setVersionStatus(Integer versionStatus) |
String |
toString() |
public static final Integer VERSION_STATUS_NORMAL
public static final Integer VERSION_STATUS_FORBIDDEN
public static final Integer STATUS_NORMAL
public static final Integer STATUS_FORBIDDEN
public Long getId()
public void setId(Long id)
public Long getSid()
public void setSort(Integer sort)
public Integer getSort()
public void setSid(Long sid)
public Long getLevelId()
public void setLevelId(Long levelId)
public String getName()
public void setName(String name)
public Long getVersionId()
public void setVersionId(Long versionId)
public Integer getVersionStatus()
public void setVersionStatus(Integer versionStatus)
public String getImg()
public void setImg(String img)
public Integer getStatus()
public void setStatus(Integer status)
public String getSummary()
public void setSummary(String summary)
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.