public class RecRule
extends java.lang.Object
| Constructor and Description |
|---|
RecRule() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id - the id to setpublic java.lang.Integer getParentId()
public void setParentId(java.lang.Integer parentId)
parentId - the parentId to setpublic java.lang.Boolean isInactive()
public void setInactive(java.lang.Boolean inactive)
inactive - the inactive to setpublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - the title to setpublic java.lang.String getSubTitle()
public void setSubTitle(java.lang.String subTitle)
subTitle - the subTitle to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setpublic java.lang.Integer getSeason()
public void setSeason(java.lang.Integer season)
season - the season to setpublic java.lang.Integer getEpisode()
public void setEpisode(java.lang.Integer episode)
episode - the episode to setpublic java.lang.String getCategory()
public void setCategory(java.lang.String category)
category - the category to setpublic 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 java.lang.String getSeriesId()
public void setSeriesId(java.lang.String seriesId)
seriesId - the seriesId to setpublic java.lang.String getProgramId()
public void setProgramId(java.lang.String programId)
programId - the programId to setpublic java.lang.String getInetref()
public void setInetref(java.lang.String inetref)
inetref - the inetref to setpublic java.lang.Integer getChanId()
public void setChanId(java.lang.Integer chanId)
chanId - the chanId to setpublic java.lang.String getCallSign()
public void setCallSign(java.lang.String callSign)
callSign - the callSign to setpublic java.lang.Integer getFindDay()
public void setFindDay(java.lang.Integer findDay)
findDay - the findDay to setpublic org.joda.time.LocalTime getFindTime()
public void setFindTime(org.joda.time.LocalTime findTime)
findTime - the findTime to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type to setpublic java.lang.String getSearchType()
public void setSearchType(java.lang.String searchType)
searchType - the searchType to setpublic java.lang.Integer getRecPriority()
public void setRecPriority(java.lang.Integer recPriority)
recPriority - the recPriority to setpublic java.lang.Integer getPreferredInput()
public void setPreferredInput(java.lang.Integer preferredInput)
preferredInput - the preferredInput to setpublic java.lang.Integer getStartOffset()
public void setStartOffset(java.lang.Integer startOffset)
startOffset - the startOffset to setpublic java.lang.Integer getEndOffset()
public void setEndOffset(java.lang.Integer endOffset)
endOffset - the endOffset to setpublic java.lang.String getDupMethod()
public void setDupMethod(java.lang.String dupMethod)
dupMethod - the dupMethod to setpublic java.lang.String getDupIn()
public void setDupIn(java.lang.String dupIn)
dupIn - the dupIn to setpublic java.lang.Integer getFilter()
public void setFilter(java.lang.Integer filter)
filter - the filter to setpublic java.lang.String getRecProfile()
public void setRecProfile(java.lang.String recProfile)
recProfile - the recProfile to setpublic java.lang.String getRecGroup()
public void setRecGroup(java.lang.String recGroup)
recGroup - the recGroup to setpublic java.lang.String getStorageGroup()
public void setStorageGroup(java.lang.String storageGroup)
storageGroup - the storageGroup to setpublic java.lang.String getPlayGroup()
public void setPlayGroup(java.lang.String playGroup)
playGroup - the playGroup to setpublic java.lang.Boolean isAutoExpire()
public void setAutoExpire(java.lang.Boolean autoExpire)
autoExpire - the autoExpire to setpublic java.lang.Integer getMaxEpisodes()
public void setMaxEpisodes(java.lang.Integer maxEpisodes)
maxEpisodes - the maxEpisodes to setpublic java.lang.Boolean isMaxNewest()
public void setMaxNewest(java.lang.Boolean maxNewest)
maxNewest - the maxNewest to setpublic java.lang.Boolean isAutoCommflag()
public void setAutoCommflag(java.lang.Boolean autoCommflag)
autoCommflag - the autoCommflag to setpublic java.lang.Boolean isAutoTranscode()
public void setAutoTranscode(java.lang.Boolean autoTranscode)
autoTranscode - the autoTranscode to setpublic java.lang.Boolean isAutoMetaLookup()
public void setAutoMetaLookup(java.lang.Boolean autoMetaLookup)
autoMetaLookup - the autoMetaLookup to setpublic java.lang.Boolean isAutoUserJob1()
public void setAutoUserJob1(java.lang.Boolean autoUserJob1)
autoUserJob1 - the autoUserJob1 to setpublic java.lang.Boolean isAutoUserJob2()
public void setAutoUserJob2(java.lang.Boolean autoUserJob2)
autoUserJob2 - the autoUserJob2 to setpublic java.lang.Boolean isAutoUserJob3()
public void setAutoUserJob3(java.lang.Boolean autoUserJob3)
autoUserJob3 - the autoUserJob3 to setpublic java.lang.Boolean isAutoUserJob4()
public void setAutoUserJob4(java.lang.Boolean autoUserJob4)
autoUserJob4 - the autoUserJob4 to setpublic java.lang.Integer getTranscoder()
public void setTranscoder(java.lang.Integer transcoder)
transcoder - the transcoder to setpublic org.joda.time.DateTime getNextRecording()
public void setNextRecording(org.joda.time.DateTime nextRecording)
nextRecording - the nextRecording to setpublic org.joda.time.DateTime getLastRecorded()
public void setLastRecorded(org.joda.time.DateTime lastRecorded)
lastRecorded - the lastRecorded to setpublic org.joda.time.DateTime getLastDeleted()
public void setLastDeleted(org.joda.time.DateTime lastDeleted)
lastDeleted - the lastDeleted to setpublic java.lang.Integer getAverageDelay()
public void setAverageDelay(java.lang.Integer averageDelay)
averageDelay - the averageDelay to set