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

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

public class RecordingInfo
extends java.lang.Object

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


Constructor Summary
RecordingInfo()
           
 
Method Summary
 java.lang.Integer getDupInType()
           
 java.lang.Integer getDupMethod()
           
 java.lang.Integer getEncoderId()
           
 org.joda.time.DateTime getEndTs()
           
 java.lang.String getPlayGroup()
           
 java.lang.Integer getPriority()
           
 java.lang.String getProfile()
           
 java.lang.String getRecGroup()
           
 java.lang.Integer getRecordId()
           
 java.lang.Integer getRecType()
           
 org.joda.time.DateTime getStartTs()
           
 java.lang.Integer getStatus()
           
 java.lang.String getStorageGroup()
           
 void setDupInType(java.lang.Integer dupInType)
           
 void setDupMethod(java.lang.Integer dupMethod)
           
 void setEncoderId(java.lang.Integer encoderId)
           
 void setEndTs(org.joda.time.DateTime endTs)
           
 void setPlayGroup(java.lang.String playGroup)
           
 void setPriority(java.lang.Integer priority)
           
 void setProfile(java.lang.String profile)
           
 void setRecGroup(java.lang.String recGroup)
           
 void setRecordId(java.lang.Integer recordId)
           
 void setRecType(java.lang.Integer recType)
           
 void setStartTs(org.joda.time.DateTime startTs)
           
 void setStatus(java.lang.Integer status)
           
 void setStorageGroup(java.lang.String storageGroup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordingInfo

public RecordingInfo()
Method Detail

getStatus

public java.lang.Integer getStatus()
Returns:
the status

setStatus

public void setStatus(java.lang.Integer status)
Parameters:
status - the status to set

getPriority

public java.lang.Integer getPriority()
Returns:
the priority

setPriority

public void setPriority(java.lang.Integer priority)
Parameters:
priority - the priority to set

getStartTs

public org.joda.time.DateTime getStartTs()
Returns:
the startTs

setStartTs

public void setStartTs(org.joda.time.DateTime startTs)
Parameters:
startTs - the startTs to set

getEndTs

public org.joda.time.DateTime getEndTs()
Returns:
the endTs

setEndTs

public void setEndTs(org.joda.time.DateTime endTs)
Parameters:
endTs - the endTs to set

getRecordId

public java.lang.Integer getRecordId()
Returns:
the recordId

setRecordId

public void setRecordId(java.lang.Integer recordId)
Parameters:
recordId - the recordId 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

getPlayGroup

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

setPlayGroup

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

getRecType

public java.lang.Integer getRecType()
Returns:
the recType

setRecType

public void setRecType(java.lang.Integer recType)
Parameters:
recType - the recType to set

getDupInType

public java.lang.Integer getDupInType()
Returns:
the dupInType

setDupInType

public void setDupInType(java.lang.Integer dupInType)
Parameters:
dupInType - the dupInType to set

getDupMethod

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

setDupMethod

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

getEncoderId

public java.lang.Integer getEncoderId()
Returns:
the encoderId

setEncoderId

public void setEncoderId(java.lang.Integer encoderId)
Parameters:
encoderId - the encoderId to set

getProfile

public java.lang.String getProfile()
Returns:
the profile

setProfile

public void setProfile(java.lang.String profile)
Parameters:
profile - the profile to set