org.jmythapi.protocol.events.impl
Class VideoListChange.VideoChange

java.lang.Object
  extended by org.jmythapi.protocol.events.impl.VideoListChange.VideoChange
All Implemented Interfaces:
IVideoListChange.IVideoChange
Enclosing class:
VideoListChange

public static class VideoListChange.VideoChange
extends Object
implements IVideoListChange.IVideoChange


Constructor Summary
VideoListChange.VideoChange(IVideoListChange.ChangeType type, Integer id)
           
 
Method Summary
 Integer getId()
          Gets the video id.
 IVideoListChange.ChangeType getType()
          Gets the type of change.
static VideoListChange.VideoChange valueOf(String changeStr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoListChange.VideoChange

public VideoListChange.VideoChange(IVideoListChange.ChangeType type,
                                   Integer id)
Method Detail

getId

public Integer getId()
Description copied from interface: IVideoListChange.IVideoChange
Gets the video id.

Specified by:
getId in interface IVideoListChange.IVideoChange
Returns:
the video id.

getType

public IVideoListChange.ChangeType getType()
Description copied from interface: IVideoListChange.IVideoChange
Gets the type of change.

Specified by:
getType in interface IVideoListChange.IVideoChange
Returns:
the type of change.

valueOf

public static VideoListChange.VideoChange valueOf(String changeStr)


Copyright © 2008-2013. All Rights Reserved.