/****************************************************************************** * Copyright (C) 2015 Shenzhen Penguin Network Technology Co., Ltd * All Rights Reserved. * ±¾Èí¼þΪÉîÛÚÊÐÆó¶ìÍøÂç¿Æ¼¼ÓÐÏÞ¹«Ë¾¿ª·¢ÑÐÖÆ¡£Î´¾­±¾¹«Ë¾ÕýʽÊéÃæÍ¬Ò⣬ÆäËûÈκθöÈË¡¢ÍÅÌå * ²»µÃʹÓᢸ´ÖÆ¡¢Ð޸Ļò·¢²¼±¾Èí¼þ. *****************************************************************************/ package com.qxueyou.scc.media.model; import java.io.Serializable; import java.math.BigDecimal; /** * Ìṩ¸øApp¶ËµÄÊÓÆµÐÅÏ¢ ·â×°Àà * @author ody.yuan * */ public class MediaVideoViewVO implements Serializable { /** * */ private static final long serialVersionUID = -5942057185153392368L; /** Ö÷¼ü */ private String videoId; /** Ãû³Æ */ private String name; /** url */ private String url; /** origUrl */ private String origUrl; /** ÊÓÆµ´óС,µ¥Î»KB */ private int size; /** ÊÓÆµ¸ñʽ: AVI,MP4... */ private String format; /** ʱ³¤ */ private int playTime; /** ·âÃæÍ¼Æ¬URL */ private String coverPageUrl; /** ²¥·Å´ÎÊý */ private Integer playTimes; /** ÆÀ·Ö*/ @Deprecated private BigDecimal score; /** ÊÇ·ñ»º´æ */ private boolean cacheFlag; /** ÊÇ·ñÏÂÔØ */ private boolean downloadFlag; /** ½²Ê¦ID */ private String teacherId; /** ½²Ê¦Ãû³Æ */ private String teacherName; /** ÃèÊö */ private String remark ; /** MP4 ¸ßÇ壬°²×¿Ê¹Óà */ private String androidHD; /** MP4 ±êÇ壬°²×¿Ê¹Óà */ private String androidSD; /** MP4 Á÷³©£¬°²×¿Ê¹Óà */ private String androidLD; /** M3U8 ¸ßÇ壬IOSʹÓà */ private String iosHD; /** M3U8 ±êÇ壬IOSʹÓà */ private String iosSD; /** M3U8 Á÷³©£¬IOSʹÓà */ private String iosLD; /** ×ÊÔ´ID ¸ßÇå */ private String objectHd; /** ×ÊÔ´ID ±êÇå */ private String objectSd; /** ×ÊÔ´ID Á÷³© */ private String objectLd; /** ÊÇ·ñÓÐ×ÊÔ´ID*/ private boolean objectFlag; /** ÊÓÆµÍê³É¶È*/ private BigDecimal compDegree; /** ÊÓÆµ´´½¨Ê±¼ä */ private Object createTime; /** ÊÓÆµ¸üÐÂʱ¼ä */ private Object updateTime; /** ¿Î³ÌID */ private String subjectId; /** ¿Î³ÌÃû³Æ */ private String subjectName; public String getSubjectId() { return subjectId; } public void setSubjectId(String subjectId) { this.subjectId = subjectId; } public String getSubjectName() { return subjectName; } public void setSubjectName(String subjectName) { this.subjectName = subjectName; } /** * @return the updateTime */ public Object getUpdateTime() { return updateTime; } /** * @param updateTime the updateTime to set */ public void setUpdateTime(Object updateTime) { this.updateTime = updateTime; } /** * @return the videoCreateTime */ public Object getCreateTime() { return createTime; } /** * @param videoCreateTime the videoCreateTime to set */ public void setCreateTime(Object createTime) { this.createTime = createTime; } /** * @param updateTime the updateTime to set */ public BigDecimal getCompDegree() { return compDegree; } /** * @param compDegree the compDegree to set */ public void setCompDegree(BigDecimal compDegree) { this.compDegree = compDegree; } /** * @return the videoId */ public String getVideoId() { return videoId; } /** * @param videoId the videoId to set */ public void setVideoId(String videoId) { this.videoId = videoId; } /** * @return the name */ public String getName() { return name; } /** * @param name the name to set */ public void setName(String name) { this.name = name; } /** * @return the url */ public String getUrl() { return url; } /** * @param url the url to set */ public void setUrl(String url) { this.url = url; } /** * @return the origUrl */ public String getOrigUrl() { return origUrl; } /** * @param origUrl the origUrl to set */ public void setOrigUrl(String origUrl) { this.origUrl = origUrl; } /** * @return the size */ public int getSize() { return size; } /** * @param size the size to set */ public void setSize(int size) { this.size = size; } /** * @return the format */ public String getFormat() { return format; } /** * @param format the format to set */ public void setFormat(String format) { this.format = format; } /** * @return the playTime */ public int getPlayTime() { return playTime; } /** * @param playTime the playTime to set */ public void setPlayTime(int playTime) { this.playTime = playTime; } /** * @return the coverPageUrl */ public String getCoverPageUrl() { return coverPageUrl; } /** * @param coverPageUrl the coverPageUrl to set */ public void setCoverPageUrl(String coverPageUrl) { this.coverPageUrl = coverPageUrl; } /** * @return the playTimes */ public Integer getPlayTimes() { return playTimes; } /** * @param playTimes the playTimes to set */ public void setPlayTimes(Integer playTimes) { this.playTimes = playTimes; } /** * @return the score */ public BigDecimal getScore() { return score; } /** * @param score the score to set */ public void setScore(BigDecimal score) { this.score = score; } /** * @return the cacheFlag */ public boolean isCacheFlag() { return cacheFlag; } /** * @param cacheFlag the cacheFlag to set */ public void setCacheFlag(boolean cacheFlag) { this.cacheFlag = cacheFlag; } /** * @return the downloadFlag */ public boolean isDownloadFlag() { return downloadFlag; } /** * @param downloadFlag the downloadFlag to set */ public void setDownloadFlag(boolean downloadFlag) { this.downloadFlag = downloadFlag; } /** * @return the teacherId */ public String getTeacherId() { return teacherId; } /** * @param teacherId the teacherId to set */ public void setTeacherId(String teacherId) { this.teacherId = teacherId; } /** * @return the teacherName */ public String getTeacherName() { return teacherName; } /** * @param teacherName the teacherName to set */ public void setTeacherName(String teacherName) { this.teacherName = teacherName; } /** * @return the remark */ public String getRemark() { return remark; } /** * @param remark the remark to set */ public void setRemark(String remark) { this.remark = remark; } /** * @return the androidHD */ public String getAndroidHD() { return androidHD; } /** * @param androidHD the androidHD to set */ public void setAndroidHD(String androidHD) { this.androidHD = androidHD; } /** * @return the androidSD */ public String getAndroidSD() { return androidSD; } /** * @param androidSD the androidSD to set */ public void setAndroidSD(String androidSD) { this.androidSD = androidSD; } /** * @return the androidLD */ public String getAndroidLD() { return androidLD; } /** * @param androidLD the androidLD to set */ public void setAndroidLD(String androidLD) { this.androidLD = androidLD; } /** * @return the iosHD */ public String getIosHD() { return iosHD; } /** * @param iosHD the iosHD to set */ public void setIosHD(String iosHD) { this.iosHD = iosHD; } /** * @return the iosSD */ public String getIosSD() { return iosSD; } /** * @param iosSD the iosSD to set */ public void setIosSD(String iosSD) { this.iosSD = iosSD; } /** * @return the iosLD */ public String getIosLD() { return iosLD; } /** * @param iosLD the iosLD to set */ public void setIosLD(String iosLD) { this.iosLD = iosLD; } /** * @return the objectHd */ public String getObjectHd() { return objectHd; } /** * @param objectHd the objectHd to set */ public void setObjectHd(String objectHd) { this.objectHd = objectHd; } /** * @return the objectSd */ public String getObjectSd() { return objectSd; } /** * @param objectSd the objectSd to set */ public void setObjectSd(String objectSd) { this.objectSd = objectSd; } /** * @return the objectLd */ public String getObjectLd() { return objectLd; } /** * @param objectLd the objectLd to set */ public void setObjectLd(String objectLd) { this.objectLd = objectLd; } /** * @return the objectFlag */ public boolean isObjectFlag() { return objectFlag; } /** * @param objectFlag the objectFlag to set */ public void setObjectFlag(boolean objectFlag) { this.objectFlag = objectFlag; } }