org.jmythapi.protocol.events.impl
Class CommflagStart

java.lang.Object
  extended by org.jmythapi.impl.AData<E>
      extended by org.jmythapi.protocol.response.impl.AMythResponse<E>
          extended by org.jmythapi.protocol.events.impl.AMythEvent<ICommflagStart.Props>
              extended by org.jmythapi.protocol.events.impl.CommflagStart
All Implemented Interfaces:
Cloneable, IPropertyAware<ICommflagStart.Props>, IVersionable, ICommflagStart, IMythEvent<ICommflagStart.Props>, IRecordingEvent<ICommflagStart.Props>, ISendable, IMythResponse<ICommflagStart.Props>

public class CommflagStart
extends AMythEvent<ICommflagStart.Props>
implements ICommflagStart


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jmythapi.protocol.events.ICommflagStart
ICommflagStart.Props
 
Field Summary
 
Fields inherited from class org.jmythapi.impl.AData
logger, propsClass, protoVersion, respArgs
 
Constructor Summary
CommflagStart(IMythPacket packet)
           
 
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.
protected  void postProcessArguments()
           
 
Methods inherited from class org.jmythapi.protocol.events.impl.AMythEvent
decodeProperty, encodeProperty, extractArgumentsList, extractEventName, getEventName, getPacket, toString
 
Methods inherited from class org.jmythapi.protocol.response.impl.AMythResponse
checkSize, getExpectedSize, getProperties, getProperty, getPropertyIndex
 
Methods inherited from class org.jmythapi.impl.AData
clone, equals, getPropertyClass, getPropertyCount, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValueObject, getPropertyValues, getVersionNr, hashCode, init, setPropertyValue, setPropertyValue, setPropertyValueObject
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

CommflagStart

public CommflagStart(IMythPacket packet)
Method Detail

postProcessArguments

protected void postProcessArguments()
Overrides:
postProcessArguments in class AData<ICommflagStart.Props>

getChannelID

public Integer getChannelID()
Description copied from interface: ICommflagStart
Gets the channel ID of the recording.

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

getRecordingStartTime

public Date getRecordingStartTime()
Description copied from interface: ICommflagStart
Gets the recording start time.

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

getUniqueRecordingID

public String getUniqueRecordingID()
Description copied from interface: ICommflagStart
Gets the unique ID of the changed recording.

Specified by:
getUniqueRecordingID in interface ICommflagStart
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.