org.mythtv.services.api.v027.status.beans
Class Recording
java.lang.Object
org.mythtv.services.api.v027.status.beans.Recording
- All Implemented Interfaces:
- java.io.Serializable
public class Recording
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Recording
public Recording()
getStatus
public int getStatus()
- Returns:
- the status
setStatus
public void setStatus(int status)
- Parameters:
status - the status to set
getPriority
public int getPriority()
- Returns:
- the priority
setPriority
public void setPriority(int priority)
- Parameters:
priority - the priority to set
getStartTimestamp
public org.joda.time.DateTime getStartTimestamp()
- Returns:
- the startTimestamp
setStartTimestamp
public void setStartTimestamp(org.joda.time.DateTime startTimestamp)
- Parameters:
startTimestamp - the startTimestamp to set
getEndTimestamp
public org.joda.time.DateTime getEndTimestamp()
- Returns:
- the endTimestamp
setEndTimestamp
public void setEndTimestamp(org.joda.time.DateTime endTimestamp)
- Parameters:
endTimestamp - the endTimestamp to set
getRecordId
public int getRecordId()
- Returns:
- the recordId
setRecordId
public void setRecordId(int recordId)
- Parameters:
recordId - the recordId to set
getRecordingGroup
public java.lang.String getRecordingGroup()
- Returns:
- the recordingGroup
setRecordingGroup
public void setRecordingGroup(java.lang.String recordingGroup)
- Parameters:
recordingGroup - the recordingGroup 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
getRecordingType
public int getRecordingType()
- Returns:
- the recordingType
setRecordingType
public void setRecordingType(int recordingType)
- Parameters:
recordingType - the recordingType to set
getDuplicateInType
public int getDuplicateInType()
- Returns:
- the duplicateInType
setDuplicateInType
public void setDuplicateInType(int duplicateInType)
- Parameters:
duplicateInType - the duplicateInType to set
getDuplicateMethod
public int getDuplicateMethod()
- Returns:
- the duplicateMethod
setDuplicateMethod
public void setDuplicateMethod(int duplicateMethod)
- Parameters:
duplicateMethod - the duplicateMethod to set
getEncoderId
public int getEncoderId()
- Returns:
- the encoderId
setEncoderId
public void setEncoderId(int 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
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object