org.jmythapi.protocol.events
Interface ICommflagStart

All Superinterfaces:
Cloneable, IMythEvent<ICommflagStart.Props>, IPropertyAware<ICommflagStart.Props>, IRecordingEvent<ICommflagStart.Props>, ISendable, IVersionable
All Known Implementing Classes:
CommflagStart

public interface ICommflagStart
extends IRecordingEvent<ICommflagStart.Props>

Backend Event - Recording - Commercial-Flagging Start.

See Also:
BACKEND_MESSAGE_COMMFLAG_START

Nested Class Summary
static class ICommflagStart.Props
           
 
Method Summary
 Integer getChannelID()
          Gets the channel ID of the recording.
 Date getRecordingStartTime()
          Gets the recording start time.
 String getUniqueRecordingID()
          Gets the unique ID of the changed recording.
 
Methods inherited from interface org.jmythapi.protocol.events.IMythEvent
getEventName
 
Methods inherited from interface org.jmythapi.IPropertyAware
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject
 
Methods inherited from interface org.jmythapi.IVersionable
getVersionNr
 
Methods inherited from interface org.jmythapi.protocol.ISendable
getPacket
 

Method Detail

getChannelID

Integer getChannelID()
Gets the channel ID of the recording.

Specified by:
getChannelID in interface IRecordingEvent<ICommflagStart.Props>
Returns:
the channel ID.

getRecordingStartTime

Date getRecordingStartTime()
Gets the recording start time.

Specified by:
getRecordingStartTime in interface IRecordingEvent<ICommflagStart.Props>
Returns:
the recording start time.

getUniqueRecordingID

String getUniqueRecordingID()
Gets the unique ID of the changed recording.

Specified by:
getUniqueRecordingID in interface IRecordingEvent<ICommflagStart.Props>
Returns:
the unique recording ID.
See Also:
EncodingUtils.generateId(Integer, Date)


Copyright © 2008-2013. All Rights Reserved.