org.mythtv.services.api.v027.beans
Class RecRule

java.lang.Object
  extended by org.mythtv.services.api.v027.beans.RecRule

public class RecRule
extends java.lang.Object

Auto-generated file, do not modify manually !!!!


Constructor Summary
RecRule()
           
 
Method Summary
 java.lang.Integer getAverageDelay()
           
 java.lang.String getCallSign()
           
 java.lang.String getCategory()
           
 java.lang.Integer getChanId()
           
 java.lang.String getDescription()
           
 java.lang.String getDupIn()
           
 java.lang.String getDupMethod()
           
 java.lang.Integer getEndOffset()
           
 org.joda.time.DateTime getEndTime()
           
 java.lang.Integer getEpisode()
           
 java.lang.Integer getFilter()
           
 java.lang.Integer getFindDay()
           
 org.joda.time.LocalTime getFindTime()
           
 java.lang.Integer getId()
           
 java.lang.String getInetref()
           
 org.joda.time.DateTime getLastDeleted()
           
 org.joda.time.DateTime getLastRecorded()
           
 java.lang.Integer getMaxEpisodes()
           
 org.joda.time.DateTime getNextRecording()
           
 java.lang.Integer getParentId()
           
 java.lang.String getPlayGroup()
           
 java.lang.Integer getPreferredInput()
           
 java.lang.String getProgramId()
           
 java.lang.String getRecGroup()
           
 java.lang.Integer getRecPriority()
           
 java.lang.String getRecProfile()
           
 java.lang.String getSearchType()
           
 java.lang.Integer getSeason()
           
 java.lang.String getSeriesId()
           
 java.lang.Integer getStartOffset()
           
 org.joda.time.DateTime getStartTime()
           
 java.lang.String getStorageGroup()
           
 java.lang.String getSubTitle()
           
 java.lang.String getTitle()
           
 java.lang.Integer getTranscoder()
           
 java.lang.String getType()
           
 java.lang.Boolean isAutoCommflag()
           
 java.lang.Boolean isAutoExpire()
           
 java.lang.Boolean isAutoMetaLookup()
           
 java.lang.Boolean isAutoTranscode()
           
 java.lang.Boolean isAutoUserJob1()
           
 java.lang.Boolean isAutoUserJob2()
           
 java.lang.Boolean isAutoUserJob3()
           
 java.lang.Boolean isAutoUserJob4()
           
 java.lang.Boolean isInactive()
           
 java.lang.Boolean isMaxNewest()
           
 void setAutoCommflag(java.lang.Boolean autoCommflag)
           
 void setAutoExpire(java.lang.Boolean autoExpire)
           
 void setAutoMetaLookup(java.lang.Boolean autoMetaLookup)
           
 void setAutoTranscode(java.lang.Boolean autoTranscode)
           
 void setAutoUserJob1(java.lang.Boolean autoUserJob1)
           
 void setAutoUserJob2(java.lang.Boolean autoUserJob2)
           
 void setAutoUserJob3(java.lang.Boolean autoUserJob3)
           
 void setAutoUserJob4(java.lang.Boolean autoUserJob4)
           
 void setAverageDelay(java.lang.Integer averageDelay)
           
 void setCallSign(java.lang.String callSign)
           
 void setCategory(java.lang.String category)
           
 void setChanId(java.lang.Integer chanId)
           
 void setDescription(java.lang.String description)
           
 void setDupIn(java.lang.String dupIn)
           
 void setDupMethod(java.lang.String dupMethod)
           
 void setEndOffset(java.lang.Integer endOffset)
           
 void setEndTime(org.joda.time.DateTime endTime)
           
 void setEpisode(java.lang.Integer episode)
           
 void setFilter(java.lang.Integer filter)
           
 void setFindDay(java.lang.Integer findDay)
           
 void setFindTime(org.joda.time.LocalTime findTime)
           
 void setId(java.lang.Integer id)
           
 void setInactive(java.lang.Boolean inactive)
           
 void setInetref(java.lang.String inetref)
           
 void setLastDeleted(org.joda.time.DateTime lastDeleted)
           
 void setLastRecorded(org.joda.time.DateTime lastRecorded)
           
 void setMaxEpisodes(java.lang.Integer maxEpisodes)
           
 void setMaxNewest(java.lang.Boolean maxNewest)
           
 void setNextRecording(org.joda.time.DateTime nextRecording)
           
 void setParentId(java.lang.Integer parentId)
           
 void setPlayGroup(java.lang.String playGroup)
           
 void setPreferredInput(java.lang.Integer preferredInput)
           
 void setProgramId(java.lang.String programId)
           
 void setRecGroup(java.lang.String recGroup)
           
 void setRecPriority(java.lang.Integer recPriority)
           
 void setRecProfile(java.lang.String recProfile)
           
 void setSearchType(java.lang.String searchType)
           
 void setSeason(java.lang.Integer season)
           
 void setSeriesId(java.lang.String seriesId)
           
 void setStartOffset(java.lang.Integer startOffset)
           
 void setStartTime(org.joda.time.DateTime startTime)
           
 void setStorageGroup(java.lang.String storageGroup)
           
 void setSubTitle(java.lang.String subTitle)
           
 void setTitle(java.lang.String title)
           
 void setTranscoder(java.lang.Integer transcoder)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecRule

public RecRule()
Method Detail

getId

public java.lang.Integer getId()
Returns:
the id

setId

public void setId(java.lang.Integer id)
Parameters:
id - the id to set

getParentId

public java.lang.Integer getParentId()
Returns:
the parentId

setParentId

public void setParentId(java.lang.Integer parentId)
Parameters:
parentId - the parentId to set

isInactive

public java.lang.Boolean isInactive()
Returns:
the inactive

setInactive

public void setInactive(java.lang.Boolean inactive)
Parameters:
inactive - the inactive 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

getDescription

public java.lang.String getDescription()
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - the description 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

getCategory

public java.lang.String getCategory()
Returns:
the category

setCategory

public void setCategory(java.lang.String category)
Parameters:
category - the category to set

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

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

getInetref

public java.lang.String getInetref()
Returns:
the inetref

setInetref

public void setInetref(java.lang.String inetref)
Parameters:
inetref - the inetref to set

getChanId

public java.lang.Integer getChanId()
Returns:
the chanId

setChanId

public void setChanId(java.lang.Integer chanId)
Parameters:
chanId - the chanId to set

getCallSign

public java.lang.String getCallSign()
Returns:
the callSign

setCallSign

public void setCallSign(java.lang.String callSign)
Parameters:
callSign - the callSign to set

getFindDay

public java.lang.Integer getFindDay()
Returns:
the findDay

setFindDay

public void setFindDay(java.lang.Integer findDay)
Parameters:
findDay - the findDay to set

getFindTime

public org.joda.time.LocalTime getFindTime()
Returns:
the findTime

setFindTime

public void setFindTime(org.joda.time.LocalTime findTime)
Parameters:
findTime - the findTime to set

getType

public java.lang.String getType()
Returns:
the type

setType

public void setType(java.lang.String type)
Parameters:
type - the type to set

getSearchType

public java.lang.String getSearchType()
Returns:
the searchType

setSearchType

public void setSearchType(java.lang.String searchType)
Parameters:
searchType - the searchType to set

getRecPriority

public java.lang.Integer getRecPriority()
Returns:
the recPriority

setRecPriority

public void setRecPriority(java.lang.Integer recPriority)
Parameters:
recPriority - the recPriority to set

getPreferredInput

public java.lang.Integer getPreferredInput()
Returns:
the preferredInput

setPreferredInput

public void setPreferredInput(java.lang.Integer preferredInput)
Parameters:
preferredInput - the preferredInput to set

getStartOffset

public java.lang.Integer getStartOffset()
Returns:
the startOffset

setStartOffset

public void setStartOffset(java.lang.Integer startOffset)
Parameters:
startOffset - the startOffset to set

getEndOffset

public java.lang.Integer getEndOffset()
Returns:
the endOffset

setEndOffset

public void setEndOffset(java.lang.Integer endOffset)
Parameters:
endOffset - the endOffset to set

getDupMethod

public java.lang.String getDupMethod()
Returns:
the dupMethod

setDupMethod

public void setDupMethod(java.lang.String dupMethod)
Parameters:
dupMethod - the dupMethod to set

getDupIn

public java.lang.String getDupIn()
Returns:
the dupIn

setDupIn

public void setDupIn(java.lang.String dupIn)
Parameters:
dupIn - the dupIn to set

getFilter

public java.lang.Integer getFilter()
Returns:
the filter

setFilter

public void setFilter(java.lang.Integer filter)
Parameters:
filter - the filter to set

getRecProfile

public java.lang.String getRecProfile()
Returns:
the recProfile

setRecProfile

public void setRecProfile(java.lang.String recProfile)
Parameters:
recProfile - the recProfile to set

getRecGroup

public java.lang.String getRecGroup()
Returns:
the recGroup

setRecGroup

public void setRecGroup(java.lang.String recGroup)
Parameters:
recGroup - the recGroup to set

getStorageGroup

public java.lang.String getStorageGroup()
Returns:
the storageGroup

setStorageGroup

public void setStorageGroup(java.lang.String storageGroup)
Parameters:
storageGroup - the storageGroup to set

getPlayGroup

public java.lang.String getPlayGroup()
Returns:
the playGroup

setPlayGroup

public void setPlayGroup(java.lang.String playGroup)
Parameters:
playGroup - the playGroup to set

isAutoExpire

public java.lang.Boolean isAutoExpire()
Returns:
the autoExpire

setAutoExpire

public void setAutoExpire(java.lang.Boolean autoExpire)
Parameters:
autoExpire - the autoExpire to set

getMaxEpisodes

public java.lang.Integer getMaxEpisodes()
Returns:
the maxEpisodes

setMaxEpisodes

public void setMaxEpisodes(java.lang.Integer maxEpisodes)
Parameters:
maxEpisodes - the maxEpisodes to set

isMaxNewest

public java.lang.Boolean isMaxNewest()
Returns:
the maxNewest

setMaxNewest

public void setMaxNewest(java.lang.Boolean maxNewest)
Parameters:
maxNewest - the maxNewest to set

isAutoCommflag

public java.lang.Boolean isAutoCommflag()
Returns:
the autoCommflag

setAutoCommflag

public void setAutoCommflag(java.lang.Boolean autoCommflag)
Parameters:
autoCommflag - the autoCommflag to set

isAutoTranscode

public java.lang.Boolean isAutoTranscode()
Returns:
the autoTranscode

setAutoTranscode

public void setAutoTranscode(java.lang.Boolean autoTranscode)
Parameters:
autoTranscode - the autoTranscode to set

isAutoMetaLookup

public java.lang.Boolean isAutoMetaLookup()
Returns:
the autoMetaLookup

setAutoMetaLookup

public void setAutoMetaLookup(java.lang.Boolean autoMetaLookup)
Parameters:
autoMetaLookup - the autoMetaLookup to set

isAutoUserJob1

public java.lang.Boolean isAutoUserJob1()
Returns:
the autoUserJob1

setAutoUserJob1

public void setAutoUserJob1(java.lang.Boolean autoUserJob1)
Parameters:
autoUserJob1 - the autoUserJob1 to set

isAutoUserJob2

public java.lang.Boolean isAutoUserJob2()
Returns:
the autoUserJob2

setAutoUserJob2

public void setAutoUserJob2(java.lang.Boolean autoUserJob2)
Parameters:
autoUserJob2 - the autoUserJob2 to set

isAutoUserJob3

public java.lang.Boolean isAutoUserJob3()
Returns:
the autoUserJob3

setAutoUserJob3

public void setAutoUserJob3(java.lang.Boolean autoUserJob3)
Parameters:
autoUserJob3 - the autoUserJob3 to set

isAutoUserJob4

public java.lang.Boolean isAutoUserJob4()
Returns:
the autoUserJob4

setAutoUserJob4

public void setAutoUserJob4(java.lang.Boolean autoUserJob4)
Parameters:
autoUserJob4 - the autoUserJob4 to set

getTranscoder

public java.lang.Integer getTranscoder()
Returns:
the transcoder

setTranscoder

public void setTranscoder(java.lang.Integer transcoder)
Parameters:
transcoder - the transcoder to set

getNextRecording

public org.joda.time.DateTime getNextRecording()
Returns:
the nextRecording

setNextRecording

public void setNextRecording(org.joda.time.DateTime nextRecording)
Parameters:
nextRecording - the nextRecording to set

getLastRecorded

public org.joda.time.DateTime getLastRecorded()
Returns:
the lastRecorded

setLastRecorded

public void setLastRecorded(org.joda.time.DateTime lastRecorded)
Parameters:
lastRecorded - the lastRecorded to set

getLastDeleted

public org.joda.time.DateTime getLastDeleted()
Returns:
the lastDeleted

setLastDeleted

public void setLastDeleted(org.joda.time.DateTime lastDeleted)
Parameters:
lastDeleted - the lastDeleted to set

getAverageDelay

public java.lang.Integer getAverageDelay()
Returns:
the averageDelay

setAverageDelay

public void setAverageDelay(java.lang.Integer averageDelay)
Parameters:
averageDelay - the averageDelay to set