public class Lesson extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
is_lock |
static Integer |
is_lock_member |
static Integer |
is_lock_purchased |
static Integer |
must_pay_to_unlock |
static Integer |
not_lock |
static Integer |
not_lock_member |
static Integer |
SEARCH_TYPE_ALL |
static Integer |
SEARCH_TYPE_DOCUMENT |
static Integer |
SEARCH_TYPE_LESSON |
static Integer |
SEARCH_TYPE_PERIOD |
static Integer |
SEARCH_TYPE_TASK |
static Integer |
status_freeze |
static Integer |
status_normal |
static Integer |
vip_can_unlock |
| Constructor and Description |
|---|
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 static final Integer is_lock_purchased
public static final Integer must_pay_to_unlock
public static final Integer vip_can_unlock
public static final Integer not_lock_member
public static final Integer is_lock_member
public static final Integer SEARCH_TYPE_ALL
public static final Integer SEARCH_TYPE_LESSON
public static final Integer SEARCH_TYPE_PERIOD
public static final Integer SEARCH_TYPE_TASK
public static final Integer SEARCH_TYPE_DOCUMENT
public Long getId()
public void setId(Long id)
public String getTag()
public void setTag(String tag)
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)
public String getIosPriceId()
public void setIosPriceId(String iosPriceId)
public String getSubjectFontColour()
public void setSubjectFontColour(String subjectFontColour)
public Integer getPayToUnlock()
public void setPayToUnlock(Integer payToUnlock)
Copyright © 2018. All Rights Reserved.