public class Video extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
CHARGE |
static Integer |
RANK_DOWN |
static Integer |
RANK_TOP |
static Integer |
Status_Published
发布
|
static Integer |
Status_Unpublished
未发布
|
static Integer |
Type_Banner
banner
|
static Integer |
Type_Normal
发布
|
static Integer |
UN_ChARGE |
| 构造器和说明 |
|---|
Video() |
public static final Integer Status_Unpublished
public static final Integer Status_Published
public static final Integer Type_Banner
public static final Integer Type_Normal
public static Integer CHARGE
public static Integer UN_ChARGE
public static final Integer RANK_TOP
public static final Integer RANK_DOWN
public Integer getRank()
public void setRank(Integer rank)
public Integer getCharge()
public void setCharge(Integer charge)
public Long getId()
public void setId(Long id)
public Integer getGrade()
public void setGrade(Integer grade)
public Integer getSubject()
public void setSubject(Integer subject)
public String getTeacherName()
public void setTeacherName(String teacherName)
public String getTeacherImg()
public void setTeacherImg(String teacherImg)
public String getTitle()
public void setTitle(String title)
public Integer getType()
public void setType(Integer type)
public String getCoverImg()
public void setCoverImg(String coverImg)
public String getCutImg()
public void setCutImg(String cutImg)
public Integer getOrderBy()
public void setOrderBy(Integer orderBy)
public String getSource()
public void setSource(String source)
public String getContent()
public void setContent(String content)
public String getSummary()
public void setSummary(String summary)
public Long getPublishAt()
public void setPublishAt(Long publishAt)
public Integer getStatus()
public void setStatus(Integer status)
public String getUrl()
public void setUrl(String url)
public Integer getRead_count()
public void setRead_count(Integer read_count)
public Integer getPublish_type()
public void setPublish_type(Integer publish_type)
public Long getLove()
public void setLove(Long love)
public Long getCollection()
public void setCollection(Long collection)
public String getDuration()
public void setDuration(String duration)
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 © 2017. All rights reserved.