org.mythtv.services.api.video
Class VideoMetadataInfos

java.lang.Object
  extended by org.mythtv.services.api.video.VideoMetadataInfos

public class VideoMetadataInfos
extends Object

Author:
Daniel Frey

Constructor Summary
VideoMetadataInfos()
           
 
Method Summary
 org.joda.time.DateTime getAsOf()
           
 int getCount()
           
 int getCurrentPage()
           
 String getProtocolVersion()
           
 int getStartIndex()
           
 int getTotalAvailable()
           
 int getTotalPages()
           
 String getVersion()
           
 List<VideoMetadataInfo> getVideoMetadataInfos()
           
 void setAsOf(org.joda.time.DateTime asOf)
           
 void setCount(int count)
           
 void setCurrentPage(int currentPage)
           
 void setProtocolVersion(String protocolVersion)
           
 void setStartIndex(int startIndex)
           
 void setTotalAvailable(int totalAvailable)
           
 void setTotalPages(int totalPages)
           
 void setVersion(String version)
           
 void setVideoMetadataInfos(List<VideoMetadataInfo> videoMetadataInfos)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoMetadataInfos

public VideoMetadataInfos()
Method Detail

getStartIndex

public int getStartIndex()
Returns:
the startIndex

setStartIndex

public void setStartIndex(int startIndex)
Parameters:
startIndex - the startIndex to set

getCount

public int getCount()
Returns:
the count

setCount

public void setCount(int count)
Parameters:
count - the count to set

getCurrentPage

public int getCurrentPage()
Returns:
the currentPage

setCurrentPage

public void setCurrentPage(int currentPage)
Parameters:
currentPage - the currentPage to set

getTotalPages

public int getTotalPages()
Returns:
the totalPages

setTotalPages

public void setTotalPages(int totalPages)
Parameters:
totalPages - the totalPages to set

getTotalAvailable

public int getTotalAvailable()
Returns:
the totalAvailable

setTotalAvailable

public void setTotalAvailable(int totalAvailable)
Parameters:
totalAvailable - the totalAvailable to set

getAsOf

public org.joda.time.DateTime getAsOf()
Returns:
the asOf

setAsOf

public void setAsOf(org.joda.time.DateTime asOf)
Parameters:
asOf - the asOf to set

getVersion

public String getVersion()
Returns:
the version

setVersion

public void setVersion(String version)
Parameters:
version - the version to set

getProtocolVersion

public String getProtocolVersion()
Returns:
the protocolVersion

setProtocolVersion

public void setProtocolVersion(String protocolVersion)
Parameters:
protocolVersion - the protocolVersion to set

getVideoMetadataInfos

public List<VideoMetadataInfo> getVideoMetadataInfos()
Returns:
the videoMetadataInfos

setVideoMetadataInfos

public void setVideoMetadataInfos(List<VideoMetadataInfo> videoMetadataInfos)
Parameters:
videoMetadataInfos - the videoMetadataInfos to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.