package com.newvideo.letv.entity;
|
|
import java.util.List;
|
|
public class LeTVAlbum {
|
private String id;
|
private List<LeTVVideo> videoList;
|
private String albumId;
|
private String albumCover;
|
private String albumName;
|
private String area;
|
private String category;
|
private String categoryName;
|
private String contentRating;
|
private String copyrightEnd;
|
private String copyrightStart;
|
private String copyrightType;
|
private String cpName;
|
private String createTime;
|
private String downloadPlatform;
|
private String episodeCount;
|
private String episodeNow;
|
private Object extendProperties;
|
private String extendPropertiesStr;
|
private String language;
|
private String playArea;
|
private String playPlatform;
|
private String releaseDate;
|
private String score;
|
private String shieldingRule;
|
private String subCategory;
|
private String subCategoryName;
|
private String subTitle;
|
private String synopsis;
|
private String tag;
|
|
public LeTVAlbum() {
|
|
}
|
|
public LeTVAlbum(String id) {
|
this.id = id;
|
}
|
|
public String getExtendPropertiesStr() {
|
return extendPropertiesStr;
|
}
|
|
public void setExtendPropertiesStr(String extendPropertiesStr) {
|
this.extendPropertiesStr = extendPropertiesStr;
|
}
|
|
public String getAlbumCover() {
|
return albumCover;
|
}
|
|
public void setAlbumCover(String albumCover) {
|
this.albumCover = albumCover;
|
}
|
|
public String getAlbumId() {
|
return albumId;
|
}
|
|
public void setAlbumId(String albumId) {
|
this.albumId = albumId;
|
}
|
|
public String getAlbumName() {
|
return albumName;
|
}
|
|
public void setAlbumName(String albumName) {
|
this.albumName = albumName;
|
}
|
|
public String getArea() {
|
return area;
|
}
|
|
public void setArea(String area) {
|
this.area = area;
|
}
|
|
public String getCategory() {
|
return category;
|
}
|
|
public void setCategory(String category) {
|
this.category = category;
|
}
|
|
public String getCategoryName() {
|
return categoryName;
|
}
|
|
public void setCategoryName(String categoryName) {
|
this.categoryName = categoryName;
|
}
|
|
public String getContentRating() {
|
return contentRating;
|
}
|
|
public void setContentRating(String contentRating) {
|
this.contentRating = contentRating;
|
}
|
|
public String getCopyrightEnd() {
|
return copyrightEnd;
|
}
|
|
public void setCopyrightEnd(String copyrightEnd) {
|
this.copyrightEnd = copyrightEnd;
|
}
|
|
public String getCopyrightStart() {
|
return copyrightStart;
|
}
|
|
public void setCopyrightStart(String copyrightStart) {
|
this.copyrightStart = copyrightStart;
|
}
|
|
public String getCopyrightType() {
|
return copyrightType;
|
}
|
|
public void setCopyrightType(String copyrightType) {
|
this.copyrightType = copyrightType;
|
}
|
|
public String getCpName() {
|
return cpName;
|
}
|
|
public void setCpName(String cpName) {
|
this.cpName = cpName;
|
}
|
|
public String getCreateTime() {
|
return createTime;
|
}
|
|
public void setCreateTime(String createTime) {
|
this.createTime = createTime;
|
}
|
|
public String getDownloadPlatform() {
|
return downloadPlatform;
|
}
|
|
public void setDownloadPlatform(String downloadPlatform) {
|
this.downloadPlatform = downloadPlatform;
|
}
|
|
public String getEpisodeCount() {
|
return episodeCount;
|
}
|
|
public void setEpisodeCount(String episodeCount) {
|
this.episodeCount = episodeCount;
|
}
|
|
public String getEpisodeNow() {
|
return episodeNow;
|
}
|
|
public void setEpisodeNow(String episodeNow) {
|
this.episodeNow = episodeNow;
|
}
|
|
public Object getExtendProperties() {
|
return extendProperties;
|
}
|
|
public void setExtendProperties(Object extendProperties) {
|
this.extendProperties = extendProperties;
|
}
|
|
public String getLanguage() {
|
return language;
|
}
|
|
public void setLanguage(String language) {
|
this.language = language;
|
}
|
|
public String getPlayArea() {
|
return playArea;
|
}
|
|
public void setPlayArea(String playArea) {
|
this.playArea = playArea;
|
}
|
|
public String getPlayPlatform() {
|
return playPlatform;
|
}
|
|
public void setPlayPlatform(String playPlatform) {
|
this.playPlatform = playPlatform;
|
}
|
|
public String getReleaseDate() {
|
return releaseDate;
|
}
|
|
public void setReleaseDate(String releaseDate) {
|
this.releaseDate = releaseDate;
|
}
|
|
public String getScore() {
|
return score;
|
}
|
|
public void setScore(String score) {
|
this.score = score;
|
}
|
|
public String getShieldingRule() {
|
return shieldingRule;
|
}
|
|
public void setShieldingRule(String shieldingRule) {
|
this.shieldingRule = shieldingRule;
|
}
|
|
public String getSubCategory() {
|
return subCategory;
|
}
|
|
public void setSubCategory(String subCategory) {
|
this.subCategory = subCategory;
|
}
|
|
public String getSubCategoryName() {
|
return subCategoryName;
|
}
|
|
public void setSubCategoryName(String subCategoryName) {
|
this.subCategoryName = subCategoryName;
|
}
|
|
public String getSubTitle() {
|
return subTitle;
|
}
|
|
public void setSubTitle(String subTitle) {
|
this.subTitle = subTitle;
|
}
|
|
public String getSynopsis() {
|
return synopsis;
|
}
|
|
public void setSynopsis(String synopsis) {
|
this.synopsis = synopsis;
|
}
|
|
public String getTag() {
|
return tag;
|
}
|
|
public void setTag(String tag) {
|
this.tag = tag;
|
}
|
|
public String getId() {
|
return id;
|
}
|
|
public void setId(String id) {
|
this.id = id;
|
}
|
|
public List<LeTVVideo> getVideoList() {
|
return videoList;
|
}
|
|
public void setVideoList(List<LeTVVideo> videoList) {
|
this.videoList = videoList;
|
}
|
}
|