|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.search.MediaSearchResult
public class MediaSearchResult
Used to store media search results
Constructor Summary | |
---|---|
MediaSearchResult(MediaDirectory mediaDirectory,
IVideo video)
The constructor |
Method Summary | |
---|---|
MediaDirectory |
getMediaDirectory()
Used to get the media directory |
IVideo |
getVideo()
Used to get the video information |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MediaSearchResult(MediaDirectory mediaDirectory, IVideo video)
mediaDirectory
- The media directoryvideo
- The video informationMethod Detail |
---|
public MediaDirectory getMediaDirectory()
public IVideo getVideo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |