public class Lesson extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
is_lock |
static Integer |
not_lock |
static Integer |
status_freeze |
static Integer |
status_normal |
| 构造器和说明 |
|---|
Lesson() |
public static final Integer status_normal
public static final Integer status_freeze
public static final Integer not_lock
public static final Integer is_lock
public Long getId()
public void setId(Long id)
public String getLessonName()
public void setLessonName(String lessonName)
public Long getSubjectId()
public void setSubjectId(Long subjectId)
public String getFrontCoverURL()
public void setFrontCoverURL(String frontCoverURL)
public String getAppCoverURL()
public void setAppCoverURL(String appCoverURL)
public Integer getSort()
public void setSort(Integer sort)
public String getSubjectName()
public void setSubjectName(String subjectName)
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)
public Integer getStatus()
public void setStatus(Integer status)
public Integer getGrade()
public void setGrade(Integer grade)
public Integer getGradeDept()
public void setGradeDept(Integer gradeDept)
public String getIntroText()
public void setIntroText(String introText)
public Integer getIsLock()
public void setIsLock(Integer isLock)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public BigDecimal getIosPrice()
public void setIosPrice(BigDecimal iosPrice)
Copyright © 2018. All rights reserved.