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

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

public class RecRule
extends java.lang.Object


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

Constructor Detail

RecRule

public RecRule()
Method Detail

getId

public int getId()
Returns:
the id

setId

public void setId(int id)
Parameters:
id - the id to set

getParentId

public int getParentId()
Returns:
the parentId

setParentId

public void setParentId(int parentId)
Parameters:
parentId - the parentId to set

isInactive

public boolean isInactive()
Returns:
the inactive

setInactive

public void setInactive(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 int getSeason()
Returns:
the season

setSeason

public void setSeason(int season)
Parameters:
season - the season to set

getEpisode

public int getEpisode()
Returns:
the episode

setEpisode

public void setEpisode(int 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 int getChanId()
Returns:
the chanId

setChanId

public void setChanId(int 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

getDay

public int getDay()
Returns:
the day

setDay

public void setDay(int day)
Parameters:
day - the day to set

getTime

public java.lang.String getTime()
Returns:
the time

setTime

public void setTime(java.lang.String time)
Parameters:
time - the time to set

getFindId

public int getFindId()
Returns:
the findId

setFindId

public void setFindId(int findId)
Parameters:
findId - the findId 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 int getRecPriority()
Returns:
the recPriority

setRecPriority

public void setRecPriority(int recPriority)
Parameters:
recPriority - the recPriority to set

getPreferredInput

public int getPreferredInput()
Returns:
the preferredInput

setPreferredInput

public void setPreferredInput(int preferredInput)
Parameters:
preferredInput - the preferredInput to set

getStartOffset

public int getStartOffset()
Returns:
the startOffset

setStartOffset

public void setStartOffset(int startOffset)
Parameters:
startOffset - the startOffset to set

getEndOffset

public int getEndOffset()
Returns:
the endOffset

setEndOffset

public void setEndOffset(int 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 int getFilter()
Returns:
the filter

setFilter

public void setFilter(int 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 boolean isAutoExpire()
Returns:
the autoExpire

setAutoExpire

public void setAutoExpire(boolean autoExpire)
Parameters:
autoExpire - the autoExpire to set

getMaxEpisodes

public int getMaxEpisodes()
Returns:
the maxEpisodes

setMaxEpisodes

public void setMaxEpisodes(int maxEpisodes)
Parameters:
maxEpisodes - the maxEpisodes to set

isMaxNewest

public boolean isMaxNewest()
Returns:
the maxNewest

setMaxNewest

public void setMaxNewest(boolean maxNewest)
Parameters:
maxNewest - the maxNewest to set

isAutoCommflag

public boolean isAutoCommflag()
Returns:
the autoCommflag

setAutoCommflag

public void setAutoCommflag(boolean autoCommflag)
Parameters:
autoCommflag - the autoCommflag to set

isAutoTranscode

public boolean isAutoTranscode()
Returns:
the autoTranscode

setAutoTranscode

public void setAutoTranscode(boolean autoTranscode)
Parameters:
autoTranscode - the autoTranscode to set

isAutoMetaLookup

public boolean isAutoMetaLookup()
Returns:
the autoMetaLookup

setAutoMetaLookup

public void setAutoMetaLookup(boolean autoMetaLookup)
Parameters:
autoMetaLookup - the autoMetaLookup to set

isAutoUserJob1

public boolean isAutoUserJob1()
Returns:
the autoUserJob1

setAutoUserJob1

public void setAutoUserJob1(boolean autoUserJob1)
Parameters:
autoUserJob1 - the autoUserJob1 to set

isAutoUserJob2

public boolean isAutoUserJob2()
Returns:
the autoUserJob2

setAutoUserJob2

public void setAutoUserJob2(boolean autoUserJob2)
Parameters:
autoUserJob2 - the autoUserJob2 to set

isAutoUserJob3

public boolean isAutoUserJob3()
Returns:
the autoUserJob3

setAutoUserJob3

public void setAutoUserJob3(boolean autoUserJob3)
Parameters:
autoUserJob3 - the autoUserJob3 to set

isAutoUserJob4

public boolean isAutoUserJob4()
Returns:
the autoUserJob4

setAutoUserJob4

public void setAutoUserJob4(boolean autoUserJob4)
Parameters:
autoUserJob4 - the autoUserJob4 to set

getTranscoder

public int getTranscoder()
Returns:
the transcoder

setTranscoder

public void setTranscoder(int 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 int getAverageDelay()
Returns:
the averageDelay

setAverageDelay

public void setAverageDelay(int averageDelay)
Parameters:
averageDelay - the averageDelay to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object