public class RecordingInfo
extends java.lang.Object
| Constructor and Description |
|---|
RecordingInfo() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public java.lang.Integer getStatus()
public void setStatus(java.lang.Integer status)
status - the status to setpublic java.lang.Integer getPriority()
public void setPriority(java.lang.Integer priority)
priority - the priority to setpublic org.joda.time.DateTime getStartTs()
public void setStartTs(org.joda.time.DateTime startTs)
startTs - the startTs to setpublic org.joda.time.DateTime getEndTs()
public void setEndTs(org.joda.time.DateTime endTs)
endTs - the endTs to setpublic java.lang.Integer getRecordId()
public void setRecordId(java.lang.Integer recordId)
recordId - the recordId to setpublic java.lang.String getRecGroup()
public void setRecGroup(java.lang.String recGroup)
recGroup - the recGroup to setpublic java.lang.String getPlayGroup()
public void setPlayGroup(java.lang.String playGroup)
playGroup - the playGroup to setpublic java.lang.String getStorageGroup()
public void setStorageGroup(java.lang.String storageGroup)
storageGroup - the storageGroup to setpublic java.lang.Integer getRecType()
public void setRecType(java.lang.Integer recType)
recType - the recType to setpublic java.lang.Integer getDupInType()
public void setDupInType(java.lang.Integer dupInType)
dupInType - the dupInType to setpublic java.lang.Integer getDupMethod()
public void setDupMethod(java.lang.Integer dupMethod)
dupMethod - the dupMethod to setpublic java.lang.Integer getEncoderId()
public void setEncoderId(java.lang.Integer encoderId)
encoderId - the encoderId to setpublic java.lang.String getProfile()
public void setProfile(java.lang.String profile)
profile - the profile to set