org.mythtv.services.api.v027.beans
Class Program
java.lang.Object
org.mythtv.services.api.v027.beans.Program
public class Program
- extends java.lang.Object
Auto-generated file, do not modify manually !!!!
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Program
public Program()
getStartTime
public org.joda.time.DateTime getStartTime()
- Returns:
- the startTime
setStartTime
public void setStartTime(org.joda.time.DateTime startTime)
- Parameters:
startTime - the startTime to set
getEndTime
public org.joda.time.DateTime getEndTime()
- Returns:
- the endTime
setEndTime
public void setEndTime(org.joda.time.DateTime endTime)
- Parameters:
endTime - the endTime to set
getTitle
public java.lang.String getTitle()
- Returns:
- the title
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title - the title to set
getSubTitle
public java.lang.String getSubTitle()
- Returns:
- the subTitle
setSubTitle
public void setSubTitle(java.lang.String subTitle)
- Parameters:
subTitle - the subTitle to set
getCategory
public java.lang.String getCategory()
- Returns:
- the category
setCategory
public void setCategory(java.lang.String category)
- Parameters:
category - the category to set
getCatType
public java.lang.String getCatType()
- Returns:
- the catType
setCatType
public void setCatType(java.lang.String catType)
- Parameters:
catType - the catType to set
isRepeat
public java.lang.Boolean isRepeat()
- Returns:
- the repeat
setRepeat
public void setRepeat(java.lang.Boolean repeat)
- Parameters:
repeat - the repeat to set
getVideoProps
public java.lang.Integer getVideoProps()
- Returns:
- the videoProps
setVideoProps
public void setVideoProps(java.lang.Integer videoProps)
- Parameters:
videoProps - the videoProps to set
getAudioProps
public java.lang.Integer getAudioProps()
- Returns:
- the audioProps
setAudioProps
public void setAudioProps(java.lang.Integer audioProps)
- Parameters:
audioProps - the audioProps to set
getSubProps
public java.lang.Integer getSubProps()
- Returns:
- the subProps
setSubProps
public void setSubProps(java.lang.Integer subProps)
- Parameters:
subProps - the subProps to set
getSeriesId
public java.lang.String getSeriesId()
- Returns:
- the seriesId
setSeriesId
public void setSeriesId(java.lang.String seriesId)
- Parameters:
seriesId - the seriesId to set
getProgramId
public java.lang.String getProgramId()
- Returns:
- the programId
setProgramId
public void setProgramId(java.lang.String programId)
- Parameters:
programId - the programId to set
getStars
public java.lang.Double getStars()
- Returns:
- the stars
setStars
public void setStars(java.lang.Double stars)
- Parameters:
stars - the stars to set
getFileSize
public java.lang.Long getFileSize()
- Returns:
- the fileSize
setFileSize
public void setFileSize(java.lang.Long fileSize)
- Parameters:
fileSize - the fileSize to set
getLastModified
public org.joda.time.DateTime getLastModified()
- Returns:
- the lastModified
setLastModified
public void setLastModified(org.joda.time.DateTime lastModified)
- Parameters:
lastModified - the lastModified to set
getProgramFlags
public java.lang.Integer getProgramFlags()
- Returns:
- the programFlags
setProgramFlags
public void setProgramFlags(java.lang.Integer programFlags)
- Parameters:
programFlags - the programFlags to set
getFileName
public java.lang.String getFileName()
- Returns:
- the fileName
setFileName
public void setFileName(java.lang.String fileName)
- Parameters:
fileName - the fileName to set
getHostName
public java.lang.String getHostName()
- Returns:
- the hostName
setHostName
public void setHostName(java.lang.String hostName)
- Parameters:
hostName - the hostName to set
getAirdate
public org.joda.time.LocalDate getAirdate()
- Returns:
- the airdate
setAirdate
public void setAirdate(org.joda.time.LocalDate airdate)
- Parameters:
airdate - the airdate to set
getDescription
public java.lang.String getDescription()
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - the description to set
getInetref
public java.lang.String getInetref()
- Returns:
- the inetref
setInetref
public void setInetref(java.lang.String inetref)
- Parameters:
inetref - the inetref to set
getSeason
public java.lang.Integer getSeason()
- Returns:
- the season
setSeason
public void setSeason(java.lang.Integer season)
- Parameters:
season - the season to set
getEpisode
public java.lang.Integer getEpisode()
- Returns:
- the episode
setEpisode
public void setEpisode(java.lang.Integer episode)
- Parameters:
episode - the episode to set
getChannel
public ChannelInfo getChannel()
- Returns:
- the channel
setChannel
public void setChannel(ChannelInfo channel)
- Parameters:
channel - the channel to set
getRecording
public RecordingInfo getRecording()
- Returns:
- the recording
setRecording
public void setRecording(RecordingInfo recording)
- Parameters:
recording - the recording to set
getArtwork
public ArtworkInfoList getArtwork()
- Returns:
- the artwork
setArtwork
public void setArtwork(ArtworkInfoList artwork)
- Parameters:
artwork - the artwork to set