public class Program extends Object implements Serializable, Comparable<Program>
| Constructor and Description |
|---|
Program() |
public org.joda.time.DateTime getStartTime()
public void setStartTime(org.joda.time.DateTime startTime)
startTime - the startTime to setpublic org.joda.time.DateTime getEndTime()
public void setEndTime(org.joda.time.DateTime endTime)
endTime - the endTime to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getSubTitle()
public void setSubTitle(String subTitle)
subTitle - the subTitle to setpublic String getCategory()
public void setCategory(String category)
category - the category to setpublic String getCategoryType()
public void setCategoryType(String categoryType)
categoryType - the categoryType to setpublic boolean isRepeat()
public void setRepeat(boolean repeat)
repeat - the repeat to setpublic int getVideoProps()
public void setVideoProps(int videoProps)
videoProps - the videoProps to setpublic int getAudioProps()
public void setAudioProps(int audioProps)
audioProps - the audioProps to setpublic int getSubProps()
public void setSubProps(int subProps)
subProps - the subProps to setpublic String getSeriesId()
public void setSeriesId(String seriesId)
seriesId - the seriesId to setpublic String getProgramId()
public void setProgramId(String programId)
programId - the programId to setpublic float getStars()
public void setStars(float stars)
stars - the stars to setpublic String getFileSize()
public void setFileSize(String fileSize)
fileSize - the fileSize to setpublic org.joda.time.DateTime getLastModified()
public void setLastModified(org.joda.time.DateTime lastModified)
lastModified - the lastModified to setpublic String getProgramFlags()
public void setProgramFlags(String programFlags)
programFlags - the programFlags to setpublic String getHostname()
public void setHostname(String hostname)
hostname - the hostname to setpublic String getFilename()
public void setFilename(String filename)
filename - the filename to setpublic org.joda.time.DateTime getAirDate()
public void setAirDate(org.joda.time.DateTime airDate)
airDate - the airDate to setpublic String getInetref()
public void setInetref(String inetref)
inetref - the inetref to setpublic String getSeason()
public void setSeason(String season)
season - the season to setpublic String getEpisode()
public void setEpisode(String episode)
episode - the episode to setpublic ChannelInfo getChannelInfo()
public void setChannelInfo(ChannelInfo channelInfo)
channelInfo - the channelInfo to setpublic Recording getRecording()
public void setRecording(Recording recording)
recording - the recording to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic ArtworkInfos getArtwork()
public void setArtwork(ArtworkInfos artwork)
artwork - the artwork to setpublic int compareTo(Program arg)
compareTo in interface Comparable<Program>Copyright © 2012. All Rights Reserved.